You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
| DE_NETZWERK_UNIVERSITAETSMEDIZIN_CODEX_PROCESSES_FEASIBILITY_FLARE_WEBSERVICE_BASEURL | Base URL to a Flare instance. Only required when evaluation strategy is set to `structured-query`. ||
108
+
| DE_NETZWERK_UNIVERSITAETSMEDIZIN_CODEX_PROCESSES_FEASIBILITY_FLARE_WEBSERVICE_CONNECTTIMEOUT | Timeout in ms when trying to connect to a Flare instance. |`2000`|
109
+
| DE_NETZWERK_UNIVERSITAETSMEDIZIN_CODEX_PROCESSES_FEASIBILITY_EVALUATION_STRATEGY | How the feasibility shall be evaluated. Possible values are `cql` and `structured-query`. When using the latter a Flare instance is required. |`cql`|
110
+
| DE_NETZWERK_UNIVERSITAETSMEDIZIN_CODEX_PROCESSES_FEASIBILITY_EVALUATION_OBFUSCATE | Whether the feasibility results shall be obfuscated. |`true`|
111
+
| DE_NETZWERK_UNIVERSITAETSMEDIZIN_CODEX_PROCESSES_FEASIBILITY_STORE_URL | Base URL to a FHIR store used for feasibility evaluation. Only required when evaluation strategy is set to `cql`. |`foo`|
112
+
113
+
## Compatibility
114
+
115
+
This version of the process is compatible with the following components:
116
+
117
+
| Component | Compatible Version(s) |
118
+
|-----------|-----------------------|
119
+
| DSF FHIR |`0.5.x`|
120
+
| DSF BPE |`0.5.x`|
121
+
| Blaze |`>= 0.12`|
122
+
| Flare |`1.0`|
123
+
124
+
**Note:** Flare got rewritten. Only the [new project][9] is supported.
Copy file name to clipboardExpand all lines: codex-process-feasibility/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/feasibility/FlareWebserviceClientImpl.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ public FlareWebserviceClientImpl(HttpClient httpClient, URI flareBaseUrl) {
0 commit comments