Interface FHIRSystemHistoryContext

    • Method Detail

      • getSince

        Instant getSince()
        Get the value of the _since parameter, or null if not given
        Returns:
      • getBefore

        Instant getBefore()
        Get the value of the _before parameter, or null if not given
        Returns:
      • getChangeIdMarker

        java.lang.Long getChangeIdMarker()
        Get the value of the _changeIdMarker parameter, or null if not given
        Returns:
      • getCount

        java.lang.Integer getCount()
        Get the value of the _count parameter, or null if not given
        Returns:
      • isLenient

        boolean isLenient()
        Get the value of the lenient parameter
        Returns:
      • getResourceTypes

        java.util.List<java.lang.String> getResourceTypes()
        Get the list of resource types
        Returns:
        an immutable list of resource type names
      • isExcludeTransactionTimeoutWindow

        boolean isExcludeTransactionTimeoutWindow()
        Should we exclude resources that fall inside the server's transaction timeout window?
        Returns:
      • getHistorySortOrder

        HistorySortOrder getHistorySortOrder()
        Get the whole system history sort order
        Returns:
      • getReturnPreference

        HTTPReturnPreference getReturnPreference()
        Get the return preference
           Prefer: return=minimal          response bundle summary without Resources
           Prefer: return=representation   response bundle includes Resources
           Prefer: return=OperationOutcome 400 Bad Request
         
        Returns: