File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/ca/uhn/fhir/jpa/starter/cr Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
<properties >
7
7
<java .version>17</java .version>
8
8
<hapi .fhir.jpa.server.starter.revision>2</hapi .fhir.jpa.server.starter.revision>
9
- <clinical-reasoning .version>3.27.0-SNAPSHOT </clinical-reasoning .version>
9
+ <clinical-reasoning .version>3.27.0</clinical-reasoning .version>
10
10
</properties >
11
11
12
12
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class CrProperties {
11
11
12
12
private CareGapsProperties careGaps = new CareGapsProperties ();
13
13
private CqlProperties cql = new CqlProperties ();
14
- private TerminologyServerClientSettings terminologyServerClientSettings = new TerminologyServerClientSettings ();
14
+ private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings . getDefault ();
15
15
16
16
public Boolean getEnabled () {
17
17
return enabled ;
You can’t perform that action at this time.
0 commit comments