File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
src/main/java/com/iemr/tm/service Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,7 @@ public class ANCServiceImpl implements ANCService {
106106 private CommonDoctorServiceImpl commonDoctorServiceImpl ;
107107 private CommonBenStatusFlowServiceImpl commonBenStatusFlowServiceImpl ;
108108 private LabTechnicianServiceImpl labTechnicianServiceImpl ;
109- @ Autowired
110- private TeleConsultationServiceImpl teleConsultationServiceImpl ;
109+
111110 @ Autowired
112111 private CommonServiceImpl commonServiceImpl ;
113112 @ Autowired
Original file line number Diff line number Diff line change 6767@ PropertySource ("classpath:application.properties" )
6868public class CommonPatientAppMasterServiceImpl implements CommonPatientAppMasterService {
6969
70- @ Value ("${servicePointID}" )
71- private Integer servicePointID ;
72- @ Value ("${parkingPlaceID}" )
73- private Integer parkingPlaceID ;
74- @ Value ("${providerServiceMapID}" )
75- private Integer providerServiceMapID ;
76- @ Value ("${vanID}" )
77- private Integer vanID ;
78- @ Value ("${serviceID}" )
79- private Integer serviceID ;
80- @ Value ("${providerID}" )
81- private Integer providerID ;
82- @ Value ("${appId}" )
83- private Integer appId ;
84- @ Value ("${authKey}" )
85- private String authKey ;
86- @ Value ("${authSecret}" )
87- private String authSecret ;
8870 @ Value ("${scheduling-slotsize}" )
8971 private Integer schedulingSlotSize ;
9072 @ Autowired
You can’t perform that action at this time.
0 commit comments