Explorar o código

Merge remote-tracking branch 'origin/shaoyf/dev' into shaoyf/master

hujing %!s(int64=5) %!d(string=hai) anos
pai
achega
3e5fe59ffe

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH03047.java

@@ -43,7 +43,7 @@ public class BEH03047 extends QCCatalogue {
                 .collect(Collectors.toList());
 
         if (initDiagFilter.size() > 0) {
-            String regex = "\\d+/\\d+mmHg";
+            String regex = "\\d+/\\d+(mmHg)?";
             List<Integer> highBlood = new ArrayList<>();
             List<Integer> lowBlood = new ArrayList<>();
 
@@ -58,7 +58,7 @@ public class BEH03047 extends QCCatalogue {
             saveBloodValue(highBlood, lowBlood, bloodValue);
 
             //专科检查
-            String special = beStructMap.get("专科检查");
+            String special = beStructMap.get("专科体格检查");
             bloodPressure = regularValue(special, regex);
             saveBloodValue(highBlood, lowBlood, bloodPressure);