Interface CollectionsQueryTransformer

  • All Known Implementing Classes:
    CollectionsQueryTransformerImpl

    public interface CollectionsQueryTransformer
    Transforms a query on an attribute that refers to a ICD-10 repository
    • Method Detail

      • transformQuery

        Query<Entity> transformQuery​(Query<Entity> query,
                                     String icd10EntityTypeId,
                                     String expandAttribute)
        Parameters:
        query - the query to transform
        icd10EntityTypeId - the EntityType that contains the ICD-10 identifiers
        expandAttribute - the attribute on which to apply the query transformation
        Returns:
        a query containing expanded ICD-10 codes