Package org.molgenis.data.icd10
Interface CollectionsQueryTransformer
-
- All Known Implementing Classes:
CollectionsQueryTransformerImpl
public interface CollectionsQueryTransformerTransforms a query on an attribute that refers to a ICD-10 repository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Query<Entity>transformQuery(Query<Entity> query, String icd10EntityTypeId, String expandAttribute)
-
-
-
Method Detail
-
transformQuery
Query<Entity> transformQuery(Query<Entity> query, String icd10EntityTypeId, String expandAttribute)
- 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
-
-