Skip to content

Commit

Permalink
Bump parent version + fix CQL test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Jan 2, 2025
1 parent 92600c4 commit b3761a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void testCQLEvaluateMeasureEXM130() throws IOException {
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()
Expand Down

0 comments on commit b3761a4

Please sign in to comment.