Explorar el Código

杭州七院:子女数量情况未描述规则修改

wangsy hace 4 años
padre
commit
fb4ca1bf05

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

@@ -67,7 +67,7 @@ public class BEH0058 extends QCCatalogue {
         }
         if (StringUtil.isNotBlank(maritalText)) {
             List<String> words = Lists.newArrayList("未婚", "未育", "未婚育", "未生育", "未生", "0子0女"
-                    , "0-0-0-0", "详见原病历", "0-0-0-0");
+                    , "0-0-0-0", "详见原病历", "0-0-0-0", "一子", "一女", "一男");
             for (String word : words) {
                 if (maritalText.contains(word)) {
                     status.set("0");