Uses of Interface
com.ibm.fhir.model.patch.FHIRPatch
-
Packages that use FHIRPatch Package Description com.ibm.fhir.model.patch com.ibm.fhir.path.patch com.ibm.fhir.server.rest com.ibm.fhir.server.spi.operation com.ibm.fhir.server.util -
-
Uses of FHIRPatch in com.ibm.fhir.model.patch
Classes in com.ibm.fhir.model.patch that implement FHIRPatch Modifier and Type Class Description classFHIRJsonPatchMethods in com.ibm.fhir.model.patch with type parameters of type FHIRPatch Modifier and Type Method Description default <T extends FHIRPatch>
TFHIRPatch. as(Class<T> patchClass)Methods in com.ibm.fhir.model.patch that return FHIRPatch Modifier and Type Method Description static FHIRPatchFHIRPatch. patch(jakarta.json.JsonArray array)Factory method that constructs a new FHIRPatch object from a JsonArray objectstatic FHIRPatchFHIRPatch. patch(jakarta.json.JsonPatch patch)Factory method that constructs a new FHIRPatch object from a JsonPatch object -
Uses of FHIRPatch in com.ibm.fhir.path.patch
Classes in com.ibm.fhir.path.patch that implement FHIRPatch Modifier and Type Class Description classFHIRPathPatch(package private) classFHIRPathPatchAdd(package private) classFHIRPathPatchDelete(package private) classFHIRPathPatchInsert(package private) classFHIRPathPatchMove(package private) classFHIRPathPatchOperation(package private) classFHIRPathPatchReplace -
Uses of FHIRPatch in com.ibm.fhir.server.rest
Methods in com.ibm.fhir.server.rest with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponseFHIRRestInteractionVisitor. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, Resource newResource, Resource prevResource, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate, List<OperationOutcome.Issue> warnings, String localIdentifier)Performs a patch operation (a new version of the Resource will be stored).FHIRRestOperationResponseFHIRRestInteractionVisitorMeta. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, Resource newResource, Resource prevResource, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate, List<OperationOutcome.Issue> warnings, String localIdentifier)FHIRRestOperationResponseFHIRRestInteractionVisitorPersist. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, Resource newResource, Resource prevResource, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate, List<OperationOutcome.Issue> warnings, String localIdentifier)FHIRRestOperationResponseFHIRRestInteractionVisitorReferenceMapping. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, Resource resource, Resource prevResource, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate, List<OperationOutcome.Issue> warnings, String localIdentifier)Constructors in com.ibm.fhir.server.rest with parameters of type FHIRPatch Constructor Description FHIRRestInteractionPatch(int entryIndex, FHIRPersistenceEvent event, String requestDescription, FHIRUrlParser requestURL, long initialTime, String type, String id, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate, String localIdentifier)Public constructor -
Uses of FHIRPatch in com.ibm.fhir.server.spi.operation
Methods in com.ibm.fhir.server.spi.operation with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponseFHIRResourceHelpers. doPatch(String type, String id, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate)Performs a patch operation (a new version of the Resource will be stored).FHIRRestOperationResponseFHIRResourceHelpers. doUpdateMeta(FHIRPersistenceEvent event, String type, String id, FHIRPatch patch, Resource newResource, String ifMatchValue, String searchQueryString, boolean skippableUpdate, boolean doValidation, List<OperationOutcome.Issue> warnings)1st phase of update interaction. -
Uses of FHIRPatch in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponseFHIRRestHelper. doPatch(String type, String id, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate)FHIRRestOperationResponseFHIRRestHelper. doUpdateMeta(FHIRPersistenceEvent event, String type, String id, FHIRPatch patch, Resource newResource, String ifMatchValue, String searchQueryString, boolean skippableUpdate, boolean doValidation, List<OperationOutcome.Issue> warnings)
-