We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ea469 commit c8220fbCopy full SHA for c8220fb
src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java
@@ -49,10 +49,14 @@
49
50
public class PatientAppCommonMasterController {
51
52
- private Logger logger = LoggerFactory.getLogger(CommonMasterController.class);
53
- @Autowired
+ private Logger logger = LoggerFactory.getLogger(PatientAppCommonMasterController.class);
+ //@Autowired
54
private CommonPatientAppMasterService commonPatientAppMasterService;
55
56
+ @Autowired
57
+ public void setCommonBenStatusFlowServiceImpl(CommonPatientAppMasterService commonPatientAppMasterService) {
58
+ this.commonPatientAppMasterService = commonPatientAppMasterService;
59
+ }
60
/**
61
* @param visitCategoryID
62
* @return nurse master data for the provided visitCategoryID
0 commit comments