|
@@ -232,11 +232,11 @@ public class YiZhuCheckData {
|
|
|
exceedingDischargeDays = exceedingDischargeDaysList.get(0).getDischargeDays();
|
|
|
}
|
|
|
|
|
|
- if (betweenDay <= exceedingDischargeDays) {
|
|
|
- if (item.getSuperiorDoctor() == null || !item.getSuperiorDoctor().equals(patientInformation.getDeptDirector())) {
|
|
|
- errorMessage.add(String.format("患者的住院天数小于等于%d天请科主任授权,开出院医嘱。", exceedingDischargeDays));
|
|
|
- }
|
|
|
- }
|
|
|
+// if (betweenDay <= exceedingDischargeDays) {
|
|
|
+// if (item.getSuperiorDoctor() == null || !item.getSuperiorDoctor().equals(patientInformation.getDeptDirector())) {
|
|
|
+// errorMessage.add(String.format("患者的住院天数小于等于%d天请科主任授权,开出院医嘱。", exceedingDischargeDays));
|
|
|
+// }
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
}
|