Bläddra i källkod

桡动脉脉率 改为 脉搏

kongwz 5 år sedan
förälder
incheckning
5d731458cb

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH02922.java

@@ -23,7 +23,7 @@ public class BEH02922 extends QCCatalogue {
             return;
         }
         Map<String, String> beHospitalStructureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
-        if (StringUtil.isBlank(beHospitalStructureMap.get("桡动脉脉率"))) {
+        if (StringUtil.isBlank(beHospitalStructureMap.get("脉搏"))) {
             status.set("-1");
         }
     }