Bump HAPI version, fix deleted method in Cr properties
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
<artifactId>hapi-fhir</artifactId>
|
<artifactId>hapi-fhir</artifactId>
|
||||||
<version>7.1.6-SNAPSHOT</version>
|
<version>7.1.8-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
|
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ public class StarterCrR4Config {
|
|||||||
@Bean
|
@Bean
|
||||||
CareGapsProperties careGapsProperties(CrProperties theCrProperties) {
|
CareGapsProperties careGapsProperties(CrProperties theCrProperties) {
|
||||||
var careGapsProperties = new CareGapsProperties();
|
var careGapsProperties = new CareGapsProperties();
|
||||||
careGapsProperties.setThreadedCareGapsEnabled(false);
|
|
||||||
careGapsProperties.setCareGapsReporter(theCrProperties.getCareGapsReporter());
|
careGapsProperties.setCareGapsReporter(theCrProperties.getCareGapsReporter());
|
||||||
careGapsProperties.setCareGapsCompositionSectionAuthor(theCrProperties.getCareGapsSectionAuthor());
|
careGapsProperties.setCareGapsCompositionSectionAuthor(theCrProperties.getCareGapsSectionAuthor());
|
||||||
return careGapsProperties;
|
return careGapsProperties;
|
||||||
|
|||||||
Reference in New Issue
Block a user