|
@@ -409,6 +409,8 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
retType = ConceptTypeEnum.Anesthesia.getKey();
|
|
|
} else if (type.equals(LexiconEnum.Form.getKey())) {
|
|
|
retType = ConceptTypeEnum.Form.getKey();
|
|
|
+ } else if (type.equals(LexiconEnum.AdministrationRoute.getKey())) {
|
|
|
+ retType = ConceptTypeEnum.AdministrationRoute.getKey();
|
|
|
}
|
|
|
} else {
|
|
|
switch (type) {
|
|
@@ -453,6 +455,9 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
break;
|
|
|
case 15:
|
|
|
retType = LexiconEnum.Form.getKey();
|
|
|
+ break;
|
|
|
+ case 16:
|
|
|
+ retType = LexiconEnum.AdministrationRoute.getKey();
|
|
|
default:
|
|
|
break;
|
|
|
}
|