We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3673c13 commit 4a1e76cCopy full SHA for 4a1e76c
src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java
@@ -11,7 +11,8 @@ public class CrProperties {
11
12
private CareGapsProperties careGaps = new CareGapsProperties();
13
private CqlProperties cql = new CqlProperties();
14
- private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings.getDefault();
+ private TerminologyServerClientSettings terminologyServerClientSettings =
15
+ TerminologyServerClientSettings.getDefault();
16
17
public Boolean getEnabled() {
18
return enabled;
0 commit comments