diff --git a/api/pom.xml b/api/pom.xml index 2eecf0a..54a9d85 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -15,7 +15,7 @@ org.openmrs.module labonfhir - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT labonfhir-api diff --git a/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java b/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java index e0de003..fab0b08 100644 --- a/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java +++ b/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java @@ -102,7 +102,7 @@ public Bundle createLabBundle(Task task) { includes.add(new Include("Task:based-on")); includes.add(new Include("Task:location")); - IBundleProvider labBundle = fhirTaskService.searchForTasks(new TaskSearchParams(null, null, null, uuid, null, null, includes)); + IBundleProvider labBundle = fhirTaskService.searchForTasks(new TaskSearchParams(null, null , null ,null, null, uuid, null, null, includes)); Bundle transactionBundle = new Bundle(); transactionBundle.setType(Bundle.BundleType.TRANSACTION); diff --git a/omod/pom.xml b/omod/pom.xml index f041b82..c87ccc9 100644 --- a/omod/pom.xml +++ b/omod/pom.xml @@ -3,7 +3,7 @@ org.openmrs.module labonfhir - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT labonfhir-omod diff --git a/pom.xml b/pom.xml index b2fca3e..845c965 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.openmrs.module labonfhir - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT pom Lab on FHIR A module to support lab order communication between OpenMRS and an LIS like OpenELIS using FHIR-based @@ -248,7 +248,7 @@ - 1.10.0 + 2.2.0 2.26.0 1.8 1.8