Browse Source

更新首次病程记录中监测生命体征书写不规范

MarkHuang 5 năm trước cách đây
mục cha
commit
d174419d91

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstcourserecord/FIRC02970.java

@@ -32,7 +32,7 @@ public class FIRC02970 extends QCCatalogue {
         treatPlan = StringUtil.isBlank(treatPlan) ? "" : treatPlan;
         treatmentMonitoringPlan = StringUtil.isBlank(treatmentMonitoringPlan) ? "" : treatPlan;
         String text = treatPlan + "," + treatmentMonitoringPlan;
-        if (text.contains("生命体征") && (!text.contains("测") || !text.contains("血压") || !text.contains("心率"))) {
+        if (text.contains("生命体征") && (!text.contains("血压") || !text.contains("心率"))) {
             status.set("-1");
         }
     }