Skip to content

Commit

Permalink
OHRI-1745 Add encounter date on Pre-test form
Browse files Browse the repository at this point in the history
  • Loading branch information
ODORA0 committed Aug 8, 2023
1 parent dcb62cf commit b7b207c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions distro/configuration/ampathforms/hts_pre_test_v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,33 @@
}
]
},
{
"label": "Visit Details",
"sections": [
{
"label": "Visit Details",
"isExpanded": "true",
"questions": [
{
"label": "Encounter date",
"type": "obs",
"questionOptions": {
"rendering": "date",
"concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"behaviours": [
{
"intent": "*",
"required": "true",
"unspecified": "true"
}
],
"id": "dateOfEncounter"
}
]
}
]
},
{
"label": "Pre-Test Counselling",
"sections": [
Expand Down

0 comments on commit b7b207c

Please sign in to comment.