Skip to content

Commit

Permalink
Merge pull request #200 from ODORA0/TptForms
Browse files Browse the repository at this point in the history
Add intents to TPT Enrolment, Outcome
  • Loading branch information
alaboso authored Jan 29, 2024
2 parents a888613 + a32cffb commit 3edbcfd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,19 @@
]
}
],
"availableIntents": [
{
"intent": "*",
"display": "TPT Case Enrolment form"
}
],
"processor": "EncounterFormProcessor",
"referencedForms": [],
"published": true,
"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"
}
6 changes: 6 additions & 0 deletions distro/configuration/ampathforms/tpt_outcome_form_v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
]
}
],
"availableIntents": [
{
"intent": "*",
"display": "TPT outcome form"
}
],
"processor": "EncounterFormProcessor",
"referencedForms": [],
"published": true,
Expand Down

0 comments on commit 3edbcfd

Please sign in to comment.