瀏覽代碼

宁波中医院:现病史缺少发病以来睡眠描述

chengyao 3 年之前
父節點
當前提交
7a3b87a264

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/hospital/ningbozhongyi/behospitalized/BEH0445.java

@@ -37,7 +37,7 @@ public class BEH0445 extends QCCatalogue {
         }
         String presentText = presentLabel.getText();
         if (StringUtil.isNotBlank(presentText)) {
-            List<String> words = Lists.newArrayList("睡眠", "未眠", "未睡", "未入眠", "入睡", "纳眠", "夜眠", "镇静","寐");
+            List<String> words = Lists.newArrayList("睡尚安","睡尚可","睡眠", "未眠", "未睡", "未入眠", "入睡", "纳眠", "夜眠", "镇静","寐");
             for (String word : words) {
                 if (presentText.contains(word)) {
                     status.set("0");