|
@@ -302,8 +302,8 @@ public class SetlListUpldService {
|
|
upldCollection.setSetlinfo(setlinfoUpld);
|
|
upldCollection.setSetlinfo(setlinfoUpld);
|
|
// 基金支付信息
|
|
// 基金支付信息
|
|
upldCollection.setPayinfo(payinfo);
|
|
upldCollection.setPayinfo(payinfo);
|
|
- // 门特慢特病诊断信息 住院没有
|
|
|
|
- upldCollection.setOpspdiseinfo(new ArrayList<>());
|
|
|
|
|
|
+ // 门特慢特病诊断信息
|
|
|
|
+ upldCollection.setOpspdiseinfo(dao.diagnosisOfMenterSDisease(patNo, times, ledgerSn));
|
|
// 住院诊断信息
|
|
// 住院诊断信息
|
|
upldCollection.setDiseinfo(diseinfos);
|
|
upldCollection.setDiseinfo(diseinfos);
|
|
// 收费项目信息
|
|
// 收费项目信息
|
|
@@ -1117,7 +1117,9 @@ public class SetlListUpldService {
|
|
EntityCopy.Copy(dao.mzJieSuanXinXi(patNo, times), mzPatient);
|
|
EntityCopy.Copy(dao.mzJieSuanXinXi(patNo, times), mzPatient);
|
|
upldCollection.setSetlinfo(mzPatient);
|
|
upldCollection.setSetlinfo(mzPatient);
|
|
mzPatient.setMedcasno(patNo + "_" + times);
|
|
mzPatient.setMedcasno(patNo + "_" + times);
|
|
- upldCollection.setOpspdiseinfo(dao.diagnosisOfMenterSDisease(patNo, times, ledgerSn));
|
|
|
|
|
|
+ // 门诊慢特病
|
|
|
|
+ upldCollection.setOpspdiseinfo(dao.outpatientDiagnosis(patNo, times));
|
|
|
|
+
|
|
mzPatient.setHsorg("长沙市医疗保障事务中心");
|
|
mzPatient.setHsorg("长沙市医疗保障事务中心");
|
|
mzPatient.setHsorgOpter("长沙市医疗保障事务中心");
|
|
mzPatient.setHsorgOpter("长沙市医疗保障事务中心");
|
|
GetDropdownBox getDropdownBox = dao.userInfo(TokenUtil.getTokenUserId());
|
|
GetDropdownBox getDropdownBox = dao.userInfo(TokenUtil.getTokenUserId());
|