Explorar o código

诊断依据规则匹配

zhoutg %!s(int64=4) %!d(string=hai) anos
pai
achega
5134f4f358
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())) {