|
@@ -74,6 +74,9 @@ public class OutpatientAuditLogJob implements Job {
|
|
|
doctorLevel = sysUserList.get(0).getDoctorLevel();
|
|
doctorLevel = sysUserList.get(0).getDoctorLevel();
|
|
|
}
|
|
}
|
|
|
for (OutpatientSettlementDetails outpatientSettlementDetails : outpatientSettlementDetailsList) {
|
|
for (OutpatientSettlementDetails outpatientSettlementDetails : outpatientSettlementDetailsList) {
|
|
|
|
|
+ if(StringUtils.isBlank(outpatientSettleBill.getAdmissionDiseaseId())){
|
|
|
|
|
+ continue;
|
|
|
|
|
+ }
|
|
|
afterIncidentDetailLog = new AfterIncidentDetailLog();
|
|
afterIncidentDetailLog = new AfterIncidentDetailLog();
|
|
|
|
|
|
|
|
afterIncidentDetailLog.setAfterIncidentLogId(afterIncidentLog.getId());
|
|
afterIncidentDetailLog.setAfterIncidentLogId(afterIncidentLog.getId());
|
|
@@ -109,6 +112,7 @@ public class OutpatientAuditLogJob implements Job {
|
|
|
afterIncidentDetailLog.setChangeClass(outpatientSettlementDetails.getPCategory());
|
|
afterIncidentDetailLog.setChangeClass(outpatientSettlementDetails.getPCategory());
|
|
|
// afterIncidentDetailLog.setInspectionSite();
|
|
// afterIncidentDetailLog.setInspectionSite();
|
|
|
// afterIncidentDetailLog.setOutHospDate(outpatientSettleBill.getDischargeDate());
|
|
// afterIncidentDetailLog.setOutHospDate(outpatientSettleBill.getDischargeDate());
|
|
|
|
|
+
|
|
|
afterIncidentDetailLog.setDiagnoseCodeStr(outpatientSettleBill.getAdmissionDiseaseId().trim());
|
|
afterIncidentDetailLog.setDiagnoseCodeStr(outpatientSettleBill.getAdmissionDiseaseId().trim());
|
|
|
afterIncidentDetailLog.setDiagnoseNameStr(outpatientSettleBill.getAdmissionDiseaseName().trim());
|
|
afterIncidentDetailLog.setDiagnoseNameStr(outpatientSettleBill.getAdmissionDiseaseName().trim());
|
|
|
afterIncidentDetailLog.setMedicalInsuranceMark(outpatientSettleBill.getPayMethod());
|
|
afterIncidentDetailLog.setMedicalInsuranceMark(outpatientSettleBill.getPayMethod());
|