From c8220fb0b942457947d99a40fbfa241fc93eaebd Mon Sep 17 00:00:00 2001 From: Ravi Shanigarapu Date: Mon, 25 Nov 2024 12:47:42 +0530 Subject: [PATCH] CI CD Test --- .../master/PatientAppCommonMasterController.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java b/src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java index f3f9b066..3efa8fa3 100644 --- a/src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java +++ b/src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java @@ -49,10 +49,14 @@ public class PatientAppCommonMasterController { - private Logger logger = LoggerFactory.getLogger(CommonMasterController.class); - @Autowired + private Logger logger = LoggerFactory.getLogger(PatientAppCommonMasterController.class); + //@Autowired private CommonPatientAppMasterService commonPatientAppMasterService; + @Autowired + public void setCommonBenStatusFlowServiceImpl(CommonPatientAppMasterService commonPatientAppMasterService) { + this.commonPatientAppMasterService = commonPatientAppMasterService; + } /** * @param visitCategoryID * @return nurse master data for the provided visitCategoryID