Class SearchDataQuery


  • public class SearchDataQuery
    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 and handles pagination
    • Field Detail

      • addSorting

        boolean addSorting
      • addPagination

        boolean addPagination
      • resourceTypeId

        int resourceTypeId
    • Constructor Detail

      • SearchDataQuery

        public SearchDataQuery​(java.lang.String resourceType)
        Public constructor
        Parameters:
        resourceType -
      • SearchDataQuery

        public SearchDataQuery​(java.lang.String resourceType,
                               boolean addSorting,
                               boolean addPagination,
                               int resourceTypeId)
        Public constructor
        Parameters:
        resourceType -
        addSorting -
        addPagination -