Selaa lähdekoodia

事后视图数据查询

0027005599 2 vuotta sitten
vanhempi
säilyke
0d818169cc

+ 5 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/medical/service/impl/AfterIncidentLogServiceImpl.java

@@ -69,6 +69,11 @@ public class AfterIncidentLogServiceImpl extends ServiceImpl<AfterIncidentLogMap
         afterIncidentLog.setPatientName(outpatientSettleBill.getPatientName());
         afterIncidentLog.setDoctorAdviceNo(outpatientSettleBill.getRecipeNo());
         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.setOutHospDate(outpatientSettleBill.getDischargeDate());
 //        afterIncidentLog.setZyts(outpatientSettleBill.getZyts());