From 9252ea8f6e50eb56e87877d6e9c6ff4fef06f1ee Mon Sep 17 00:00:00 2001 From: lnball Date: Tue, 1 Feb 2022 16:54:30 -0500 Subject: [PATCH] UHM-6145 Allow multiple obgyn encounters per visit --- .../module/pihcore/apploader/CustomAppLoaderFactory.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/main/java/org/openmrs/module/pihcore/apploader/CustomAppLoaderFactory.java b/api/src/main/java/org/openmrs/module/pihcore/apploader/CustomAppLoaderFactory.java index 9a9b1e0e0..86c2faa64 100644 --- a/api/src/main/java/org/openmrs/module/pihcore/apploader/CustomAppLoaderFactory.java +++ b/api/src/main/java/org/openmrs/module/pihcore/apploader/CustomAppLoaderFactory.java @@ -1897,9 +1897,7 @@ private void enableMCHForms() { enterStandardHtmlFormLink(PihCoreUtil.getFormResource("obGyn.xml") + "&returnUrl=/" + WebConstants.CONTEXT_PATH + "/" + patientVisitsPageWithSpecificVisitUrl), // always redirect to visit page after clicking this link PihEmrConfigConstants.PRIVILEGE_TASK_EMR_ENTER_MCH, and(sessionLocationHasTag("Maternal and Child Location"), - visitDoesNotHaveEncounterOfType(PihEmrConfigConstants.ENCOUNTERTYPE_OB_GYN_UUID), and(patientIsFemale())))); - } }