Class SearchIncludeQuery


  • public class SearchIncludeQuery
    extends SearchQuery
    Domain model of the FHIR search context representing the query used to perform the search operation in the database. The query built by this class fetches the data for the _include phase of searches.
    • Constructor Detail

      • SearchIncludeQuery

        public SearchIncludeQuery​(String resourceType)
        Public constructor
        Parameters:
        resourceType -
    • Method Detail

      • visit

        public <T> T visit​(SearchQueryVisitor<T> visitor)
                    throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Description copied from class: SearchQuery
        Get the root query and attach the parameter filters to it
        Overrides:
        visit in class SearchQuery
        Returns:
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException