From b7b207c291c40d94bc64217a89c6d43ae834f75a Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Tue, 8 Aug 2023 08:26:40 +0300 Subject: [PATCH] OHRI-1745 Add encounter date on Pre-test form --- .../ampathforms/hts_pre_test_v1.0.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/distro/configuration/ampathforms/hts_pre_test_v1.0.json b/distro/configuration/ampathforms/hts_pre_test_v1.0.json index 791130ae7..dfb08ec5d 100644 --- a/distro/configuration/ampathforms/hts_pre_test_v1.0.json +++ b/distro/configuration/ampathforms/hts_pre_test_v1.0.json @@ -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": [