From ecbe2c6cd225a2b59d48a1a22398da46951c1cf2 Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:29:47 +0300 Subject: [PATCH 1/2] Add intents to TPT Enrolment, Outcome --- .../configuration/ampathforms/tpt_case_enrolment_V1.0.json | 6 ++++++ distro/configuration/ampathforms/tpt_outcome_form_v1.0.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json b/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json index bf19bc901..107d787ea 100644 --- a/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json +++ b/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json @@ -254,6 +254,12 @@ ] } ], + "availableIntents": [ + { + "intent": "*", + "display": "TPT Case Enrolment form" + } + ], "processor": "EncounterFormProcessor", "referencedForms": [], "published": true, diff --git a/distro/configuration/ampathforms/tpt_outcome_form_v1.0.json b/distro/configuration/ampathforms/tpt_outcome_form_v1.0.json index f3a4ab2b1..2df6ee994 100644 --- a/distro/configuration/ampathforms/tpt_outcome_form_v1.0.json +++ b/distro/configuration/ampathforms/tpt_outcome_form_v1.0.json @@ -89,6 +89,12 @@ ] } ], + "availableIntents": [ + { + "intent": "*", + "display": "TPT outcome form" + } + ], "processor": "EncounterFormProcessor", "referencedForms": [], "published": true, From a32cffb2950bc7bae9c6280889e450764713dbaf Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:31:18 +0300 Subject: [PATCH 2/2] Extra Space --- distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json b/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json index 107d787ea..de9a446a3 100644 --- a/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json +++ b/distro/configuration/ampathforms/tpt_case_enrolment_V1.0.json @@ -266,7 +266,7 @@ "retired": false, "encounter": "TPT Enrolment", "encounterType": "dc6ce80c-83f8-4ace-a638-21df78542551", - "uuid": "71080512-07e6-345f-864f-93e892420258 ", + "uuid": "71080512-07e6-345f-864f-93e892420258", "description": "This form captures enrolment information for a TB preventative treatment (TPT) client ", "version": "1.0" } \ No newline at end of file