From a61b4da9888875a77bffdebecac609203d889939 Mon Sep 17 00:00:00 2001 From: mgoodrich Date: Tue, 26 Apr 2022 19:17:33 -0400 Subject: [PATCH 1/2] UHM-6440: Remove Check-In and Vital Signs app from home page --- configuration/pih/pih-config-peru.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/pih/pih-config-peru.json b/configuration/pih/pih-config-peru.json index fd926a2..d05ea1d 100644 --- a/configuration/pih/pih-config-peru.json +++ b/configuration/pih/pih-config-peru.json @@ -27,7 +27,8 @@ "tb", "visitManagement", "visitNote", - "vitals" + "vitals", + "vitalsHomePageApp" ], "scheduleBackupReports": "false", "dashboardUrl": "/coreapps/clinicianfacing/patient.page?patientId={{patientId}}&app=pih.app.clinicianDashboard", From 34762776805aca9f9c6953631a16be6e964fe3e3 Mon Sep 17 00:00:00 2001 From: mgoodrich Date: Tue, 26 Apr 2022 19:22:33 -0400 Subject: [PATCH 2/2] UHM-6440: Remove Check-In and Vital Signs app from home page --- configuration/pih/pih-config-peru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pih/pih-config-peru.json b/configuration/pih/pih-config-peru.json index d05ea1d..13bd3ab 100644 --- a/configuration/pih/pih-config-peru.json +++ b/configuration/pih/pih-config-peru.json @@ -28,7 +28,7 @@ "visitManagement", "visitNote", "vitals", - "vitalsHomePageApp" + "vitalsHomepageApp" ], "scheduleBackupReports": "false", "dashboardUrl": "/coreapps/clinicianfacing/patient.page?patientId={{patientId}}&app=pih.app.clinicianDashboard",