From 3679418f8fcdea7d6ae8a27547a15f95b83fa6b3 Mon Sep 17 00:00:00 2001 From: ningosi Date: Tue, 16 Nov 2021 22:27:35 +0300 Subject: [PATCH 1/6] Remove debug methods in the code --- omod/src/main/webapp/fragments/clinicalNotes.gsp | 1 - 1 file changed, 1 deletion(-) diff --git a/omod/src/main/webapp/fragments/clinicalNotes.gsp b/omod/src/main/webapp/fragments/clinicalNotes.gsp index d946fb4..9a56c03 100644 --- a/omod/src/main/webapp/fragments/clinicalNotes.gsp +++ b/omod/src/main/webapp/fragments/clinicalNotes.gsp @@ -564,5 +564,4 @@ ${ ui.includeFragment("patientdashboardapp", "patientDashboardAppScripts", [note From 1f73d18c50dc4a412e538d3125daf670533a026e Mon Sep 17 00:00:00 2001 From: "Simon O. Injiri" Date: Tue, 14 Dec 2021 10:58:43 +0300 Subject: [PATCH 2/6] Surveilance overhall (#21) * append location on printout * reformat referral section, rename history section labels * rm typo --- .../patientdashboardapp/model/Outcome.java | 2 + .../main/webapp/fragments/clinicalNotes.gsp | 140 +++++++++--------- 2 files changed, 74 insertions(+), 68 deletions(-) diff --git a/api/src/main/java/org/openmrs/module/patientdashboardapp/model/Outcome.java b/api/src/main/java/org/openmrs/module/patientdashboardapp/model/Outcome.java index 1c7da14..30c7549 100644 --- a/api/src/main/java/org/openmrs/module/patientdashboardapp/model/Outcome.java +++ b/api/src/main/java/org/openmrs/module/patientdashboardapp/model/Outcome.java @@ -25,6 +25,7 @@ public class Outcome { static final int DIED_OPTION = 3; static final int REVIEWED_OPTION = 4; static final int CURED_OPTION = 5; + static final int REFERRAL_OPTION =6; private static Logger logger = LoggerFactory.getLogger(Outcome.class); private Option option; private String followUpDate; @@ -60,6 +61,7 @@ public static List