浏览代码

其他史修改

wangyu 6 年之前
父节点
当前提交
b3b0d72827
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      aipt-service/src/main/java/com/diagbot/facade/ConceptFacade.java

+ 7 - 0
aipt-service/src/main/java/com/diagbot/facade/ConceptFacade.java

@@ -282,6 +282,13 @@ public class ConceptFacade extends ConceptServiceImpl {
                 typeList.add(LexiconTypeEnum.FOOD_ALLERGY_HISTORY.getKey());
                 typeList.add(LexiconTypeEnum.HISTORY_OF_DRUG_ALLERGY.getKey());
                 typeList.add(LexiconTypeEnum.FAMILY_RELATED_INFECTIOUS_DISEASE_HISTORY.getKey());
+                typeList.add(LexiconTypeEnum.RELATIVES.getKey());
+                typeList.add(LexiconTypeEnum.MARRIAGE.getKey());
+                typeList.add(LexiconTypeEnum.FOOD.getKey());
+                typeList.add(LexiconTypeEnum.HISTORY.getKey());
+                typeList.add(LexiconTypeEnum.OPERATION.getKey());
+                typeList.add(LexiconTypeEnum.PERSONAL_HISTORY.getKey());
+                typeList.add(LexiconTypeEnum.PERSONAL_HISTORY_DESCRIPTION.getKey());
                 retrievalVO.setOtherType(typeList);
                 retrievalVO.setType(null);
                 bla = false;