Update to 3.27.0 release
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
|
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
|
||||||
<clinical-reasoning.version>3.27.0-SNAPSHOT</clinical-reasoning.version>
|
<clinical-reasoning.version>3.27.0</clinical-reasoning.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
|
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ public class CrProperties {
|
|||||||
|
|
||||||
private CareGapsProperties careGaps = new CareGapsProperties();
|
private CareGapsProperties careGaps = new CareGapsProperties();
|
||||||
private CqlProperties cql = new CqlProperties();
|
private CqlProperties cql = new CqlProperties();
|
||||||
private TerminologyServerClientSettings terminologyServerClientSettings = new TerminologyServerClientSettings();
|
private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings.getDefault();
|
||||||
|
|
||||||
public Boolean getEnabled() {
|
public Boolean getEnabled() {
|
||||||
return enabled;
|
return enabled;
|
||||||
|
|||||||
Reference in New Issue
Block a user