Package org.molgenis.data.icd10
Class CollectionsQueryTransformerImpl
- java.lang.Object
-
- org.molgenis.data.icd10.CollectionsQueryTransformerImpl
-
- All Implemented Interfaces:
CollectionsQueryTransformer
@Component public class CollectionsQueryTransformerImpl extends Object implements CollectionsQueryTransformer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Query<Entity>transformQuery(Query<Entity> query, String icd10EntityTypeId, String expandAttribute)
-
-
-
Method Detail
-
transformQuery
public Query<Entity> transformQuery(Query<Entity> query, String icd10EntityTypeId, String expandAttribute)
- Specified by:
transformQueryin interfaceCollectionsQueryTransformer- Parameters:
query- the query to transformicd10EntityTypeId- the EntityType that contains the ICD-10 identifiersexpandAttribute- the attribute on which to apply the query transformation- Returns:
- a query containing expanded ICD-10 codes
-
-