Bump parent version + fix CQL test

See diff in https://github.com/cqframework/clinical-reasoning/pull/579/files
This commit is contained in:
dotasek
2025-01-02 11:12:26 -05:00
parent 92600c49ab
commit b3761a499e
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>7.7.14-SNAPSHOT</version>
<version>7.7.16-SNAPSHOT</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>

View File

@@ -117,7 +117,7 @@ class ExampleServerR4IT implements IServerSupport {
Parameters inParams = new Parameters();
inParams.addParameter().setName("periodStart").setValue(new StringType("2019-01-01"));
inParams.addParameter().setName("periodEnd").setValue(new StringType("2019-12-31"));
inParams.addParameter().setName("reportType").setValue(new StringType("summary"));
inParams.addParameter().setName("reportType").setValue(new StringType("population"));
Parameters outParams = ourClient
.operation()