diff --git a/configs/openmrs_config/ampathforms/cervical_cancer_screening.json b/configs/openmrs_config/ampathforms/cervical_cancer_screening.json index 357e6374..315a92a2 100644 --- a/configs/openmrs_config/ampathforms/cervical_cancer_screening.json +++ b/configs/openmrs_config/ampathforms/cervical_cancer_screening.json @@ -1059,6 +1059,9 @@ ], "rendering": "select" }, + "hide": { + "hideWhenExpression": "(isEmpty(VIATestResults) || VIATestResults == '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA') && (isEmpty(breastExam) || breastExam == '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" + }, "type": "obs", "validators": [] }, @@ -1513,4 +1516,4 @@ ] } ] -} \ No newline at end of file +}