Skip to content

Commit c8220fb

Browse files
CI CD Test
1 parent d6ea469 commit c8220fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@
4949

5050
public class PatientAppCommonMasterController {
5151

52-
private Logger logger = LoggerFactory.getLogger(CommonMasterController.class);
53-
@Autowired
52+
private Logger logger = LoggerFactory.getLogger(PatientAppCommonMasterController.class);
53+
//@Autowired
5454
private CommonPatientAppMasterService commonPatientAppMasterService;
5555

56+
@Autowired
57+
public void setCommonBenStatusFlowServiceImpl(CommonPatientAppMasterService commonPatientAppMasterService) {
58+
this.commonPatientAppMasterService = commonPatientAppMasterService;
59+
}
5660
/**
5761
* @param visitCategoryID
5862
* @return nurse master data for the provided visitCategoryID

0 commit comments

Comments
 (0)