Skip to content

Commit

Permalink
Missing validations added to show/hide variables (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored Aug 30, 2023
1 parent 13ab2db commit d22f182
Show file tree
Hide file tree
Showing 6 changed files with 1,461 additions and 1,439 deletions.
4 changes: 2 additions & 2 deletions configuration/ampathforms/Family_History.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
]
},
"hide": {
"hideExpression": "hivStatus !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "hivStatus !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
Expand All @@ -191,7 +191,7 @@
"rendering": "number"
},
"hide": {
"hideExpression": "hivStatus !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(careStatus) && careStatus !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
}
],
Expand Down
Loading

0 comments on commit d22f182

Please sign in to comment.