Skip to content

Commit

Permalink
Merge pull request #71 from Herobiam/hot-fix-on-HIV-statu-all-forms
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
Herobiam authored Aug 29, 2023
2 parents 74882cd + 13a8b04 commit a101bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distro/configuration/ampathforms/pmtct_antenatal_v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
{
"intent":"*",
"required":"true",
"readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) && isEmpty(hiv_test) ? true : false",
"readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(hiv_test) ? true : false",
"hide":{
"hideWhenExpression":"latest_hiv_test_result == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_hiv_test_status == '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' || latest_art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
Expand Down
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) || isEmpty(anc_hiv_test_status) ? true : false",
"readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(anc_hiv_test_status) ? true : false",
"hide":{
"hideWhenExpression":"anc_latest_hiv_test_result == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
{
"intent":"*",
"required":"true",
"readonly": "mode == 'edit' && !isEmpty(latest_hiv_test_status) || isEmpty(hiv_test_status_pnc) ? true : false",
"readonly": "mode == 'edit' && !isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(hiv_test_status_pnc) ? true : false",
"hide":{
"hideWhenExpression":"testStatusAtANC == '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' || ancHivTestResult == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
},
Expand Down

0 comments on commit a101bba

Please sign in to comment.