|
@@ -8,7 +8,6 @@ import com.lantone.qc.pub.model.entity.General;
|
|
import com.lantone.qc.pub.model.entity.GeneralDesc;
|
|
import com.lantone.qc.pub.model.entity.GeneralDesc;
|
|
import com.lantone.qc.pub.model.label.PresentLabel;
|
|
import com.lantone.qc.pub.model.label.PresentLabel;
|
|
import com.lantone.qc.pub.util.ListUtil;
|
|
import com.lantone.qc.pub.util.ListUtil;
|
|
-import com.lantone.qc.pub.util.StringUtil;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -32,7 +31,7 @@ public class BEH0441 extends QCCatalogue {
|
|
status.set("0");
|
|
status.set("0");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- List<String> words = Lists.newArrayList("胃纳", "食纳", "食欲", "未纳", "纳眠", "饮食", "纳眠"
|
|
|
|
|
|
+ List<String> words = Lists.newArrayList("胃纳", "食纳", "食欲", "未纳", "纳眠", "饮食", "睡眠"
|
|
,"禁食","未食","鼻饲","食","吃","饮");
|
|
,"禁食","未食","鼻饲","食","吃","饮");
|
|
/*
|
|
/*
|
|
String presentText = presentLabel.getText();
|
|
String presentText = presentLabel.getText();
|