فهرست منبع

入院记录由非执业医师书写,执业医师未在24小时内
审核日期早于记录日期

kongwz 5 سال پیش
والد
کامیت
654e066748
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH0495.java

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH0495.java

@@ -33,11 +33,11 @@ public class BEH0495 extends QCCatalogue {
         String shPerson = structureMap.get("审核人");
         String jlDate = structureMap.get("记录日期");
         String shDate = structureMap.get("审核日期");
-        boolean before = StringUtil.parseDateTime(shDate).before(StringUtil.parseDateTime(jlDate));
+        /*boolean before = StringUtil.parseDateTime(shDate).before(StringUtil.parseDateTime(jlDate));
         if(before){
             status.set("-1");
             return;
-        }
+        }*/
         if (!CatalogueUtil.isOccup(shPerson) || CatalogueUtil.compareTime(StringUtil.parseDateTime(jlDate), StringUtil.parseDateTime(shDate), 24 * 60L)) {
             status.set("-1");
         }