From c8225fcbc62670ba76284d450ac104f9a3338ff9 Mon Sep 17 00:00:00 2001 From: Drizzentic Date: Tue, 6 Jun 2023 17:16:42 +0300 Subject: [PATCH] Fix missing programs (#1621) * fix consent form and enforce filling of covid screen form once * Add maternity and postnatal program to patient dashboard --- .../schema/patient.dashboard.conf.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/app/shared/dynamic-route/schema/patient.dashboard.conf.json b/src/app/shared/dynamic-route/schema/patient.dashboard.conf.json index 0e31749b9..451658bd3 100644 --- a/src/app/shared/dynamic-route/schema/patient.dashboard.conf.json +++ b/src/app/shared/dynamic-route/schema/patient.dashboard.conf.json @@ -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": [] } ],