wangyu 6 роки тому
батько
коміт
b3b0d72827

+ 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;