|
@@ -630,14 +630,14 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
|
|
|
//输血效果评价
|
|
|
if (ListUtil.isNotEmpty(medBloodResultList)) {
|
|
|
- newAddData("输血效果评价", medBloodResultList, recMap, medrecVoList);
|
|
|
+ newAddData("输血后效果评价", medBloodResultList, recMap, medrecVoList);
|
|
|
} else {
|
|
|
addData("输血后效果评价", recMap, medrecVoList);
|
|
|
}
|
|
|
|
|
|
//输血记录
|
|
|
if (ListUtil.isNotEmpty(medBloodTransfusionList)) {
|
|
|
- newAddData("输血记录", medBloodTransfusionList, recMap, medrecVoList);
|
|
|
+ newAddData("输血/血制品病程记录", medBloodTransfusionList, recMap, medrecVoList);
|
|
|
} else {
|
|
|
addData("输血/血制品病程记录", recMap, medrecVoList);
|
|
|
}
|
|
@@ -680,14 +680,14 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
|
|
|
//病危通知单
|
|
|
if (ListUtil.isNotEmpty(medIllCriticallyList)) {
|
|
|
- newAddData("病危通知单", medIllCriticallyList, recMap, medrecVoList);
|
|
|
+ newAddData("病危通知书", medIllCriticallyList, recMap, medrecVoList);
|
|
|
} else {
|
|
|
addData("病危通知书", recMap, medrecVoList);
|
|
|
}
|
|
|
|
|
|
//病重通知单
|
|
|
if (ListUtil.isNotEmpty(medIllSeriouslList)) {
|
|
|
- newAddData("病重通知单", medIllSeriouslList, recMap, medrecVoList);
|
|
|
+ newAddData("病重通知书", medIllSeriouslList, recMap, medrecVoList);
|
|
|
} else {
|
|
|
addData("病重通知书", recMap, medrecVoList);
|
|
|
}
|
|
@@ -701,7 +701,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
|
|
|
//术后首程
|
|
|
if (ListUtil.isNotEmpty(medOperativeFirstRecordList)) {
|
|
|
- specialData("手术", medOperativeFirstRecordList, recMap, medrecVoList, "术后首程");
|
|
|
+ specialData("手术", medOperativeFirstRecordList, recMap, medrecVoList, "术后首次病程及谈话记录");
|
|
|
} else {
|
|
|
specialDataWithKey("手术", recMap, medrecVoList, "术后首次病程及谈话记录",
|
|
|
null);
|
|
@@ -724,7 +724,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
|
|
|
//术前讨论小结
|
|
|
if (ListUtil.isNotEmpty(medPreoperativeDiscussionList)) {
|
|
|
- specialData("手术", medPreoperativeDiscussionList, recMap, medrecVoList, "术前讨论小结");
|
|
|
+ specialData("手术", medPreoperativeDiscussionList, recMap, medrecVoList, "术前讨论、术前小结");
|
|
|
} else {
|
|
|
specialDataWithKey("手术", recMap, medrecVoList, "术前讨论、术前小结",
|
|
|
null);
|