Explorar o código

北仑:现病史缺少发病以来食欲描述增加未进食判断

wangsy %!s(int64=4) %!d(string=hai) anos
pai
achega
80c0f5bd53

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

@@ -33,7 +33,7 @@ public class BEH0441 extends QCCatalogue {
             return;
         }
         List<String> words = Lists.newArrayList("胃纳", "食纳", "食欲", "未纳", "纳眠", "饮食", "睡眠"
-                , "禁食", "未食", "鼻饲", "饮");
+                , "禁食", "未食", "鼻饲", "饮", "未进食");
         String presentText = presentLabel.getText();
         if (StringUtil.isNotBlank(presentText)) {
             for (String word : words) {