Skip to content

Commit

Permalink
(fix) follow up on triage form to fix min/max on z-score to accomodat…
Browse files Browse the repository at this point in the history
…e negative numbers (#131)
  • Loading branch information
donaldkibet authored Jul 13, 2023
1 parent 927e2dd commit af9e2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/ampathforms/Triage.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"rendering": "number",
"concept": "162584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "100",
"min": "0",
"min": "-50",
"calculate": {
"calculateExpression": "height && weight && fetchData(`/openmrs/ws/rest/v1/kenyaemr/zscore?sex=${sex}&age=${age}&weight=${weight}&height=${height}&type=height_for_age`,'wfl_score')"
}
Expand Down

0 comments on commit af9e2cd

Please sign in to comment.