Skip to content

Commit

Permalink
MAT_Clinical_Encounter_Form visit details (#783)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Murithi <[email protected]>
  • Loading branch information
ckote and Murithijoshua authored Sep 20, 2024
1 parent 9fe2e8b commit ce970b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions configuration/ampathforms/MAT_Clinical_Encounter_Form.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"isExpanded": "true",
"questions": [
{
"label": "Date:",
"label": "Visit date:",
"type": "encounterDatetime",
"required": "true",
"id": "encDate",
"questionOptions": {
"rendering": "ui-select-extended"
"rendering": "date"
},
"validators": [
{
"type": "date",
"allowFutureDates": "false"
}
],
"id": "encDate"
]
},
{
"label": "Provider:",
"type": "encounterProvider",
"questionOptions": {
"rendering": "text"
"rendering": "ui-select-extended"
},
"id": "encProvider "
},
{
"label": "Location:",
"type": "encounterLocation",
"questionOptions": {
"rendering": "encounter-location",
"locationTag": ""
"rendering": "ui-select-extended"
},
"id": "encLocation"
}
Expand Down

0 comments on commit ce970b9

Please sign in to comment.