Browse Source

义乌既往史未描述规则修改

fangqw 4 năm trước cách đây
mục cha
commit
f08397a0b4

+ 5 - 0
kernel/src/main/java/com/lantone/qc/kernel/catalogue/yiwu/behospitalized/BEH0400.java

@@ -33,6 +33,11 @@ public class BEH0400 extends QCCatalogue {
                 return;
             }
         }
+        //直接拿StructureMap的既往史
+        if(structureMap!=null && structureMap.get("既往史")!=null){
+            status.set("0");
+            return;
+        }
 
         PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
         if (pastLabel != null && StringUtil.isNotBlank(pastLabel.getText())) {