Skip to content

Commit

Permalink
KH-355: Display Referral Centers if VIA test results or Breast Cancer…
Browse files Browse the repository at this point in the history
… Exams are abnormal (#244)
  • Loading branch information
kazlaw authored Nov 28, 2023
1 parent 15fd092 commit c6079ec
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,9 @@
],
"rendering": "select"
},
"hide": {
"hideWhenExpression": "(isEmpty(VIATestResults) || VIATestResults == '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA') && (isEmpty(breastExam) || breastExam == '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')"
},
"type": "obs",
"validators": []
},
Expand Down Expand Up @@ -1513,4 +1516,4 @@
]
}
]
}
}

0 comments on commit c6079ec

Please sign in to comment.