From 9ebfde3b0fbe01f2651463e2584eb94e1eed7d60 Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:23:00 +0300 Subject: [PATCH 1/2] Change config default to false for widgets on PMTCT --- packages/esm-ohri-pmtct-app/src/config-schema.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/esm-ohri-pmtct-app/src/config-schema.ts b/packages/esm-ohri-pmtct-app/src/config-schema.ts index 7d86a6203..3d95dc546 100644 --- a/packages/esm-ohri-pmtct-app/src/config-schema.ts +++ b/packages/esm-ohri-pmtct-app/src/config-schema.ts @@ -50,37 +50,37 @@ export const configSchema = { showRecentPregnancy: { _type: Type.Boolean, _description: 'Shows or hides the Recent Pregnancy Summary widget', - _default: true, + _default: false, }, showMotherArtTherapy: { _type: Type.Boolean, _description: 'Shows or hides the ART Therapy widget on MNCH Summary', - _default: true, + _default: false, }, showAppointmentsSummary: { _type: Type.Boolean, _description: 'Shows or hides the Appointments widget on MNCH Summary', - _default: true, + _default: false, }, showHivExposedInfantSummary: { _type: Type.Boolean, _description: 'Shows or hides the HIV Exposed Infant widget on MNCH Summary', - _default: true, + _default: false, }, showTotalPregnantWomen: { _type: Type.Boolean, _description: 'Shows or hides the Total Pregnant Women tile', - _default: true, + _default: false, }, showTotalDeliveries: { _type: Type.Boolean, _description: 'Shows or hides the Total Deliveries tile', - _default: true, + _default: false, }, showHivExposedInfants: { _type: Type.Boolean, _description: 'Shows or hides the HIV Exposed Infants tile', - _default: true, + _default: false, }, obsConcepts: { _type: Type.Object, From f2f2116d57a6768cea3982553e814299dd010e88 Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:17:59 +0300 Subject: [PATCH 2/2] Minor changes to the PMTCT Encounter Tables --- .../maternal-health/maternal-health-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/maternal-health/maternal-health-config.json b/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/maternal-health/maternal-health-config.json index 370e901e9..d99a894f0 100644 --- a/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/maternal-health/maternal-health-config.json +++ b/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/maternal-health/maternal-health-config.json @@ -42,7 +42,7 @@ { "id": "followUpDate", "isDate": true, - "title": "Next follow-up date", + "title": "Next Visit date", "concept": "followUpDateConcept" }, { @@ -94,8 +94,8 @@ { "id": "deliveryDate", "isDate": true, - "title": "Delivery Date", - "concept": "dateOfDeliveryConcept" + "title": "Visit Date", + "concept": "visitDate" }, { "id": "bookedForANC", @@ -185,7 +185,7 @@ "id": "nextVisitDate", "isDate": true, "title": "Next visit date", - "concept": "visitDate" + "concept": "nextVisitDate" }, { "id": "actions",