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.
Copy file name to clipboardExpand all lines: docker/bpe/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ Docker files for the BPE part of this project.
26
26
|WEBSOCKET_URL| Websocket compliant URL for reaching the FHIR part that belongs to this BPE. ||
27
27
|WEBSOCKET_P12_CERTIFICATE| Certificate bundle in the PKCS12 format used for websocket requests. ||
28
28
|WEBSOCKET_P12_CERTIFICATE_PASSWORD| Password for the certificate bundle. ||
29
-
|PROCESS_EVALUATION_STRATEGY| Specifies whether CQL or Structured Queries shall be evaluated. Possible values are `cql` or `structured-query`. ||
29
+
|PROCESS_EVALUATION_STRATEGY| Specifies whether CQL or Structured Queries shall be evaluated. Possible values are `cql` and `structured-query`. ||
30
+
|PROCESS_EVALUATION_OBFUSCATE| Specifies whether evaluation results shall be obfuscated. Possible values are `true` and `false`.|`true`|
30
31
|PROCESS_STORE_URL| URL for reaching a FHIR store where all process related information are stored. Needs to be set if the evaluation strategy is set to `cql`. ||
31
32
|FLARE_BASE_URL| Base URL for reaching a Flare instance. Needs to be set if the evaluation strategy is set to `structured-query`. ||
32
33
|FLARE_CONNECT_TIMEOUT| Connection timeout in `ms` when connecting to a Flare instance. |`2000`|
0 commit comments