Explorar el Código

症状缺少诱因规则更新

kongwz hace 5 años
padre
commit
df2fe58991

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

@@ -28,6 +28,8 @@ public class BEH0014 extends QCCatalogue {
             Cause cause = clinical.getCause();
             if(cause == null){
                 info = clinicalName;
+            }else {
+                status = "0";
             }
         }
     }