Browse Source

诊断依据规则匹配

zhoutg 4 năm trước cách đây
mục cha
commit
5134f4f358
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/com/diagbot/rule/CommonRule.java

+ 1 - 1
src/main/java/com/diagbot/rule/CommonRule.java

@@ -485,7 +485,7 @@ public class CommonRule {
                     getRegexResPush(wordCrfDTO.getPasts() + wordCrfDTO.getPersonal() + wordCrfDTO.getMenstrual() + wordCrfDTO.getMarital() + wordCrfDTO.getFamily(),
                             base.getBaseEqValue(), baseIdList, baseIds);
                 case regexVital: // 查体正则
-                    getRegexResPush(wordCrfDTO.getVitalLabel().getText(),
+                    getRegexResPush(wordCrfDTO.getVital(),
                             base.getBaseEqValue(), baseIdList, baseIds);
                 case regexPacs: // 辅检正则
                     if (ListUtil.isNotEmpty(wordCrfDTO.getPacs())) {