Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()))));

}

}
Expand Down