Interface FHIRPagingContext

    • Method Detail

      • getLastPageNumber

        int getLastPageNumber()
        Returns:
        the last page number
      • getPageNumber

        int getPageNumber()
        Returns:
        the current page number
      • getFirstId

        java.lang.Long getFirstId()
        Returns:
        the expected id of the first entry of the requested page; this id should uniquely identify a particular version of a particular resource type with a particular logical id
      • getLastId

        java.lang.Long getLastId()
        Returns:
        the expected id of the last entry of the requested page; this id should uniquely identify a particular version of a particular resource type with a particular logical id
      • setLastPageNumber

        void setLastPageNumber​(int lastPageNumber)
        Parameters:
        lastPageNumber - the last page of results that can be requested for the corresponding query
      • setPageNumber

        void setPageNumber​(int pageNumber)
        Parameters:
        pageNumber - the current page number
      • setMaxPageIncludeCount

        void setMaxPageIncludeCount​(int maxPageIncludeCount)
        Parameters:
        maxPageIncludeCount - the maximum number of included resources allowed in a single page
      • isLenient

        boolean isLenient()
        Returns:
        whether the request should be handled with leniency
      • setLenient

        void setLenient​(boolean lenient)
        Parameters:
        lenient - whether the request should be handled with leniency
      • setFirstId

        void setFirstId​(java.lang.Long firstId)
        Set the expected id of the first entry of the requested page; this id should uniquely identify a particular version of a particular resource type with a particular logical id
        Parameters:
        firstId -
      • setLastId

        void setLastId​(java.lang.Long lastId)
        Set the expected id of the last entry of the requested page; this id should uniquely identify a particular version of a particular resource type with a particular logical id
        Parameters:
        lastId -