|
@@ -31,7 +31,7 @@ public class BEH0444 extends QCCatalogue {
|
|
|
}
|
|
|
PresentLabel presentLabel = beHospitalizedDoc.getPresentLabel();
|
|
|
if (presentLabel != null) {
|
|
|
- List<String> words = Lists.newArrayList("神志", "神清", "神不清", "意识清", "意识不清", "昏迷", "精神", "意识", "反应可", "哭声响");
|
|
|
+ List<String> words = Lists.newArrayList("神志", "神清", "神不清", "意识清", "意识不清", "昏迷", "精神", "意识", "反应可", "哭声响", "未开奶");
|
|
|
String presentLabelText = presentLabel.getText();
|
|
|
if (StringUtil.isNotBlank(presentLabelText)) {
|
|
|
for (String word : words) {
|