|
@@ -39,6 +39,7 @@ public class AfterIncidentLogServiceImpl extends ServiceImpl<AfterIncidentLogMap
|
|
|
afterIncidentLog.setOutHospDate(masterAdmissionBill.getDischargeDate());
|
|
afterIncidentLog.setOutHospDate(masterAdmissionBill.getDischargeDate());
|
|
|
afterIncidentLog.setZyts(masterAdmissionBill.getZyts());
|
|
afterIncidentLog.setZyts(masterAdmissionBill.getZyts());
|
|
|
afterIncidentLog.setDiagnoses(masterAdmissionBill.getDischargeDiseaseIdMain());
|
|
afterIncidentLog.setDiagnoses(masterAdmissionBill.getDischargeDiseaseIdMain());
|
|
|
|
|
+ afterIncidentLog.setDiagnosesName(masterAdmissionBill.getDischargeDiseaseNameMain());
|
|
|
afterIncidentLog.setPatientAgeDays(masterAdmissionBill.getPatientAgeDays());
|
|
afterIncidentLog.setPatientAgeDays(masterAdmissionBill.getPatientAgeDays());
|
|
|
afterIncidentLog.setPatientBirthday(masterAdmissionBill.getPatientBirthday());
|
|
afterIncidentLog.setPatientBirthday(masterAdmissionBill.getPatientBirthday());
|
|
|
afterIncidentLog.setPatientAge(masterAdmissionBill.getPatientAge());
|
|
afterIncidentLog.setPatientAge(masterAdmissionBill.getPatientAge());
|