Skip to content

Commit

Permalink
CI CD test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu committed Nov 25, 2024
1 parent 3f1edca commit b796957
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/main/java/com/iemr/mmu/service/anc/ANCServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ public class ANCServiceImpl implements ANCService {
// private NurseServiceImpl nurseServiceImpl;
@Autowired
private ANCDoctorServiceImpl ancDoctorServiceImpl;
@Autowired
//@Autowired
private CommonNurseServiceImpl commonNurseServiceImpl;
@Autowired
//@Autowired
private CommonDoctorServiceImpl commonDoctorServiceImpl;
@Autowired
private CommonBenStatusFlowServiceImpl commonBenStatusFlowServiceImpl;
Expand All @@ -125,6 +125,11 @@ public void setCommonBenStatusFlowServiceImpl(CommonBenStatusFlowServiceImpl com
this.commonBenStatusFlowServiceImpl = commonBenStatusFlowServiceImpl;
}
@Autowired
public void setANCDoctorServiceImpl(ANCDoctorServiceImpl ancDoctorServiceImpl) {
this.ancDoctorServiceImpl = ancDoctorServiceImpl;
}
*/
@Autowired
public void setCommonDoctorServiceImpl(CommonDoctorServiceImpl commonDoctorServiceImpl) {
this.commonDoctorServiceImpl = commonDoctorServiceImpl;
Expand All @@ -134,12 +139,6 @@ public void setCommonDoctorServiceImpl(CommonDoctorServiceImpl commonDoctorServi
public void setCommonNurseServiceImpl(CommonNurseServiceImpl commonNurseServiceImpl) {
this.commonNurseServiceImpl = commonNurseServiceImpl;
}
@Autowired
public void setANCDoctorServiceImpl(ANCDoctorServiceImpl ancDoctorServiceImpl) {
this.ancDoctorServiceImpl = ancDoctorServiceImpl;
}
*/
@Autowired
public void setAncNurseServiceImpl(ANCNurseServiceImpl ancNurseServiceImpl) {
this.ancNurseServiceImpl = ancNurseServiceImpl;
Expand Down

0 comments on commit b796957

Please sign in to comment.