Class FHIRHistoryContextImpl

    • Constructor Detail

      • FHIRHistoryContextImpl

        public FHIRHistoryContextImpl()
    • Method Detail

      • getDeletedResources

        public Map<String,​List<Integer>> getDeletedResources()
        Description copied from interface: FHIRHistoryContext
        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.
        Specified by:
        getDeletedResources in interface FHIRHistoryContext
        Returns:
        deleted resources Map
      • setDeletedResources

        public void setDeletedResources​(Map<String,​List<Integer>> deletedResources)
        Description copied from interface: FHIRHistoryContext
        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.
        Specified by:
        setDeletedResources in interface FHIRHistoryContext