Skip to content

Commit

Permalink
Update MCH_Antenatal_Visit.json (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickSomie authored Oct 9, 2023
1 parent 62061f2 commit e1df863
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configuration/ampathforms/MCH_Antenatal_Visit.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
"min": "25"
},
"hide": {
"hideWhenExpression": "isEmpty(personPresent) || personPresent !== '978AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(personPresent) || personPresent !== '978AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'",
"alert": {
"alertWhenExpression": "myValue >= 37.5 || myValue <= 35",
"message": "The patient temperature is out of range"
}
}
},
{
Expand Down

0 comments on commit e1df863

Please sign in to comment.