|
@@ -307,6 +307,10 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
Arrays.asList("术后首次病程及谈话记录", "手术记录",
|
|
Arrays.asList("术后首次病程及谈话记录", "手术记录",
|
|
"术前讨论、术前小结", "手术知情同意书", "手术安全核查表"));
|
|
"术前讨论、术前小结", "手术知情同意书", "手术安全核查表"));
|
|
|
|
|
|
|
|
+ // 转科
|
|
|
|
+ addDataWithKey("转科", recMap, medrecVoList,
|
|
|
|
+ Arrays.asList("转入记录", "转出记录"));
|
|
|
|
+
|
|
// 医嘱
|
|
// 医嘱
|
|
if (ListUtil.isNotEmpty(doctorAdviceList)) {
|
|
if (ListUtil.isNotEmpty(doctorAdviceList)) {
|
|
addDataWithKeyConvert("医嘱信息", doctorAdviceList, medrecVoList,
|
|
addDataWithKeyConvert("医嘱信息", doctorAdviceList, medrecVoList,
|
|
@@ -895,6 +899,10 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
Arrays.asList("术后首次病程及谈话记录", "手术记录",
|
|
Arrays.asList("术后首次病程及谈话记录", "手术记录",
|
|
"术前讨论、术前小结", "手术知情同意书", "手术安全核查表"));
|
|
"术前讨论、术前小结", "手术知情同意书", "手术安全核查表"));
|
|
|
|
|
|
|
|
+ // 转科
|
|
|
|
+ addDataWithKey("转科", recMap, medrecVoList,
|
|
|
|
+ Arrays.asList("转入记录", "转出记录"));
|
|
|
|
+
|
|
// 医嘱
|
|
// 医嘱
|
|
if (ListUtil.isNotEmpty(doctorAdviceList)) {
|
|
if (ListUtil.isNotEmpty(doctorAdviceList)) {
|
|
addDataWithKeyConvert("医嘱信息", doctorAdviceList, medrecVoList,
|
|
addDataWithKeyConvert("医嘱信息", doctorAdviceList, medrecVoList,
|