Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 6997682

Browse files
committed
Support CQL and Structured Query in Test Setup
Adjusts the configuration so that DIC-1 is running structured query evaluations while DIC-2 is running CQL evaluations.
1 parent e711372 commit 6997682

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

codex-processes-ap2-docker-test-setup/dic-1/bpe/app/conf/config.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
4949
#org.highmed.dsf.bpe.process.excluded=
5050
#org.highmed.dsf.bpe.process.retired=
5151
#org.highmed.dsf.bpe.process_plugin_directroy=process
52-
de.netzwerk_universitaetsmedizin.codex.processes.feasibility.store.url=http://dic-1-store:5000/
52+
de.netzwerk_universitaetsmedizin.codex.processes.feasibility.evaluation.strategy=structured-query
53+
de.netzwerk_universitaetsmedizin.codex.processes.feasibility.flare.webservice.baseUrl=http://dic-1-store:5000/
54+
de.netzwerk_universitaetsmedizin.codex.processes.feasibility.flare.webservice.connectTimeout=2000

codex-processes-ap2-docker-test-setup/dic-2/bpe/app/conf/config.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
4949
#org.highmed.dsf.bpe.process.excluded=
5050
#org.highmed.dsf.bpe.process.retired=
5151
#org.highmed.dsf.bpe.process_plugin_directroy=process
52+
de.netzwerk_universitaetsmedizin.codex.processes.feasibility.evaluation.strategy=cql
5253
de.netzwerk_universitaetsmedizin.codex.processes.feasibility.store.url=http://dic-2-store:8080/fhir

0 commit comments

Comments
 (0)