Browse Source

义乌术后首程无患者体征规则修改

fangqw 4 years ago
parent
commit
2713c6813c

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/yiwu/operationdiscussion/OPE0351.java

@@ -68,7 +68,7 @@ public class OPE0351 extends QCCatalogue {
                 return flag;
             }).count();
             /* count为术后首程中没有生命体征的数量,matchCount为术后首程包含体温 呼吸 脉搏 血压 心率这些词的数量 */
-            if (count > 0 && matchCount == 0) {
+            if (count > 0 && matchCount == 0 && matchCount1==0) {
                 status.set("-1");
             }
         }