|
@@ -69,6 +69,11 @@ public class AfterIncidentLogServiceImpl extends ServiceImpl<AfterIncidentLogMap
|
|
|
afterIncidentLog.setPatientName(outpatientSettleBill.getPatientName());
|
|
afterIncidentLog.setPatientName(outpatientSettleBill.getPatientName());
|
|
|
afterIncidentLog.setDoctorAdviceNo(outpatientSettleBill.getRecipeNo());
|
|
afterIncidentLog.setDoctorAdviceNo(outpatientSettleBill.getRecipeNo());
|
|
|
afterIncidentLog.setVisitType(Constant.TREAMENT_TYPE_OUTPATIENT);
|
|
afterIncidentLog.setVisitType(Constant.TREAMENT_TYPE_OUTPATIENT);
|
|
|
|
|
+ afterIncidentLog.setDiagnosesName(outpatientSettleBill.getAdmissionDiseaseName());
|
|
|
|
|
+ afterIncidentLog.setPatientAgeDays(outpatientSettleBill.getPatientAgeDays());
|
|
|
|
|
+ afterIncidentLog.setPatientBirthday(outpatientSettleBill.getPatientBirthday());
|
|
|
|
|
+ afterIncidentLog.setPatientAge(outpatientSettleBill.getPatientAge());
|
|
|
|
|
+ afterIncidentLog.setPatientGender(outpatientSettleBill.getPatientGender());
|
|
|
// afterIncidentLog.setInHospDate(outpatientSettleBill.getAdmissionDate());
|
|
// afterIncidentLog.setInHospDate(outpatientSettleBill.getAdmissionDate());
|
|
|
// afterIncidentLog.setOutHospDate(outpatientSettleBill.getDischargeDate());
|
|
// afterIncidentLog.setOutHospDate(outpatientSettleBill.getDischargeDate());
|
|
|
// afterIncidentLog.setZyts(outpatientSettleBill.getZyts());
|
|
// afterIncidentLog.setZyts(outpatientSettleBill.getZyts());
|