Skip to content

Commit

Permalink
Merge pull request #79 from Herobiam/OHRI-1830
Browse files Browse the repository at this point in the history
OHRI-1830: Should be able to add the first encounter for a mother at …
  • Loading branch information
ODORA0 authored Sep 6, 2023
2 parents 3835026 + 655b58f commit 7490ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
{
"intent":"*",
"required":"true",
"readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(anc_hiv_test_status) ? true : false",
"readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(myValue) ? true : false",
"hide":{
"hideWhenExpression":"anc_latest_hiv_test_result == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
Expand Down

0 comments on commit 7490ac6

Please sign in to comment.