Interface FHIRHistoryContext

    • Method Detail

      • setSince

        void setSince​(Instant since)
      • getDeletedResources

        Map<String,​List<Integer>> getDeletedResources()
        Returns a Map indicating the deletion history of a resource. The map key is the logical resource id. The value is a List of deleted versions of the resource. Note there can be more than one deleted version, since a deleted resource can be brought back to life by a subsequent update.
        Returns:
        deleted resources Map
      • setDeletedResources

        void setDeletedResources​(Map<String,​List<Integer>> deletedResources)
        Sets a Map indicating the deletion history of a resource. The map key is the logical resource id. The value is a List of deleted versions of the resource. Note there can be more than one deleted version, since a deleted resource can be brought back to life by a subsequent update.
        Parameters:
        deletedResources -