|
@@ -15,6 +15,7 @@ import thyyxxk.webserver.constants.Capacity;
|
|
|
import thyyxxk.webserver.constants.sidicts.Insutype;
|
|
|
import thyyxxk.webserver.constants.sidicts.MedType;
|
|
|
import thyyxxk.webserver.constants.sidicts.PsnCertType;
|
|
|
+import thyyxxk.webserver.constants.sidicts.PsnIdetType;
|
|
|
import thyyxxk.webserver.dao.his.inpatient.PatientDao;
|
|
|
import thyyxxk.webserver.dao.his.inpatient.Routines;
|
|
|
import thyyxxk.webserver.dao.his.zhuyuanyisheng.YiZhuLuRuDao;
|
|
@@ -223,6 +224,7 @@ public class PatientService {
|
|
|
private void setExpenseInformation(@NotNull Patient data) {
|
|
|
data.setMedTypeName(MedType.getName(data.getMedType()));
|
|
|
data.setInsutypeName(Insutype.getName(data.getInsutype()));
|
|
|
+ data.setPsnIdetTypeName(PsnIdetType.getName(data.getPsnIdetType()));
|
|
|
data.setDutyNurseName(userCache.getEmployeeName(data.getDutyNurse()));
|
|
|
|
|
|
HuanZheFeiYong feiYongZhanBi = yiZhuLuRuDao.feiYongXinXi(data.getInpatientNo(), data.getAdmissTimes(), data.getLedgerSn());
|