|
@@ -34,7 +34,7 @@ public class BEH0441 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");
|