diff --git a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalAlertsNotification.java b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalAlertsNotification.java index 44da6de65..c7e5ad85d 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalAlertsNotification.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalAlertsNotification.java @@ -97,7 +97,10 @@ public String getMessageBodyHTML(Container c, User u) groupProblemSummary(c, u, msg, 30, 10); roomProblemSummary(c, u, msg, 7, 5); roomProblemSummary(c, u, msg, 30, 10); - duplicateCases(c, u, msg); + + //Edited by Kollil: 12/18/23 + //Removing this warning per request. Please check tkt # 10276 for details. + //duplicateCases(c, u, msg); return msg.toString(); } diff --git a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalRoundsNotification.java b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalRoundsNotification.java index 2c719c49d..6cedb7ec4 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalRoundsNotification.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/notification/ClinicalRoundsNotification.java @@ -84,7 +84,9 @@ public String getMessageBodyHTML(Container c, User u) { StringBuilder msg = new StringBuilder(); - duplicateCases(c, u, msg); + //Edited by Kollil: 12/18/23 + //Removing this warning per request. Please check tkt # 10276 for details. + //duplicateCases(c, u, msg); animalsWithoutRounds(c, u, msg); //animalsWithoutVetReview(c, u, msg);