Skip to content

Commit

Permalink
Merge pull request #176 from kajambiya/dev
Browse files Browse the repository at this point in the history
OHRI-1992 OHRI-1993 Program Enrollment/Disenrollment config
  • Loading branch information
smallgod authored Dec 15, 2023
2 parents 2884827 + 1d177d3 commit ddd0404
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions distro/configuration/ampathforms/tb_case_enrollment_v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,26 @@
],
"processor": "EncounterFormProcessor",
"encounterType": "9a199b59-b185-485b-b9b3-a9754e65ae57",
"postSubmissionActions": [
{
"actionId": "ProgramEnrollmentSubmissionAction",
"enabled":"tbProgramType === '160541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'",
"config": {
"enrollmentDate": "tbRegDate",
"programUuid": "58005eb2-4560-4ada-b7bb-67a5cffa0a27",
"completionDate": "outcomeTBRx"
}
},
{
"actionId": "ProgramEnrollmentSubmissionAction",
"enabled":"tbProgramType === '160052AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'",
"config": {
"enrollmentDate": "tbRegDate",
"programUuid": "00f37871-0578-4ebc-af1d-e4b3ce75310d",
"completionDate": "outcomeTBRx"
}
}
],
"encounter": "TB Program Enrolment",
"referencedForms": [],
"uuid": "554b2017-e512-3fc8-9c6e-7baf9e69db9d",
Expand Down

0 comments on commit ddd0404

Please sign in to comment.