@@ -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");
}