From b5697f9e5de337359fd09ee87aa797b9d25a7af0 Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:24:30 +0300 Subject: [PATCH] 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",