File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/ca/uhn/fhir/jpa/starter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >ca.uhn.hapi.fhir</groupId >
16
16
<artifactId >hapi-fhir</artifactId >
17
- <version >7.7.14 -SNAPSHOT</version >
17
+ <version >7.7.16 -SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<artifactId >hapi-fhir-jpaserver-starter</artifactId >
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public void testCQLEvaluateMeasureEXM130() throws IOException {
117
117
Parameters inParams = new Parameters ();
118
118
inParams .addParameter ().setName ("periodStart" ).setValue (new StringType ("2019-01-01" ));
119
119
inParams .addParameter ().setName ("periodEnd" ).setValue (new StringType ("2019-12-31" ));
120
- inParams .addParameter ().setName ("reportType" ).setValue (new StringType ("summary " ));
120
+ inParams .addParameter ().setName ("reportType" ).setValue (new StringType ("population " ));
121
121
122
122
Parameters outParams = ourClient
123
123
.operation ()
You can’t perform that action at this time.
0 commit comments