Skip to content

Commit

Permalink
Fix missing programs (#1621)
Browse files Browse the repository at this point in the history
* fix consent form and enforce filling of covid screen form once

* Add maternity and postnatal program to patient dashboard
  • Loading branch information
drizzentic authored Jun 6, 2023
1 parent bbdd40d commit c8225fc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/app/shared/dynamic-route/schema/patient.dashboard.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,26 @@
"shared-routes-class": "mnch",
"requiresPatientEnrollment": true,
"routes": []
},
{
"programName": "POSTNATAL PROGRAM",
"programUuid": "d2552058-d7bd-47c6-aed1-480a4308027a",
"baseRoute": "d2552058-d7bd-47c6-aed1-480a4308027a",
"alias": "mnch",
"published": true,
"shared-routes-class": "mnch",
"requiresPatientEnrollment": true,
"routes": []
},
{
"programName": "MATERNITY PROGRAM",
"programUuid": "01948855-8491-4164-b54f-9b16d174d93e",
"baseRoute": "01948855-8491-4164-b54f-9b16d174d93e",
"alias": "mnch",
"published": true,
"shared-routes-class": "mnch",
"requiresPatientEnrollment": true,
"routes": []
}
],

Expand Down

0 comments on commit c8225fc

Please sign in to comment.