Bump parent version + fix CQL test
See diff in https://github.com/cqframework/clinical-reasoning/pull/579/files
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user