Skip to content

Commit

Permalink
Make weight,height required (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Makombe <makombe>
  • Loading branch information
makombe authored Jul 25, 2023
1 parent 87ea326 commit 2f62040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/ampathforms/Triage.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"label": "Weight(kg):",
"type": "obs",
"id": "weight",
"required": "true",
"questionOptions": {
"concept": "5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number",
Expand All @@ -152,6 +153,7 @@
{
"label": "Height(cm):",
"type": "obs",
"required": "true",
"id": "height",
"questionOptions": {
"concept": "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
Expand Down

0 comments on commit 2f62040

Please sign in to comment.