Uses of Interface
org.linuxforhealth.fhir.model.patch.FHIRPatch
-
-
Uses of FHIRPatch in org.linuxforhealth.fhir.model.patch
Classes in org.linuxforhealth.fhir.model.patch that implement FHIRPatch Modifier and Type Class Description class
FHIRJsonPatch
Methods in org.linuxforhealth.fhir.model.patch with type parameters of type FHIRPatch Modifier and Type Method Description default <T extends FHIRPatch>
TFHIRPatch. as(java.lang.Class<T> patchClass)
Methods in org.linuxforhealth.fhir.model.patch that return FHIRPatch Modifier and Type Method Description static FHIRPatch
FHIRPatch. patch(jakarta.json.JsonArray array)
Factory method that constructs a new FHIRPatch object from a JsonArray objectstatic FHIRPatch
FHIRPatch. patch(jakarta.json.JsonPatch patch)
Factory method that constructs a new FHIRPatch object from a JsonPatch object -
Uses of FHIRPatch in org.linuxforhealth.fhir.path.patch
Classes in org.linuxforhealth.fhir.path.patch that implement FHIRPatch Modifier and Type Class Description class
FHIRPathPatch
(package private) class
FHIRPathPatchAdd
(package private) class
FHIRPathPatchDelete
(package private) class
FHIRPathPatchInsert
(package private) class
FHIRPathPatchMove
(package private) class
FHIRPathPatchOperation
(package private) class
FHIRPathPatchReplace
-
Uses of FHIRPatch in org.linuxforhealth.fhir.server.rest
Methods in org.linuxforhealth.fhir.server.rest with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponse
FHIRRestInteractionVisitor. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
Performs a patch operation (a new version of the Resource will be stored).FHIRRestOperationResponse
FHIRRestInteractionVisitorMeta. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorOffload. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorPersist. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource newResource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
FHIRRestOperationResponse
FHIRRestInteractionVisitorReferenceMapping. doPatch(int entryIndex, FHIRPersistenceEvent event, Bundle.Entry validationResponseEntry, java.lang.String requestDescription, FHIRUrlParser requestURL, long accumulatedTime, java.lang.String type, java.lang.String id, Resource resource, Resource prevResource, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.util.List<OperationOutcome.Issue> warnings, java.lang.String localIdentifier, PayloadPersistenceResponse offloadResponse)
Constructors in org.linuxforhealth.fhir.server.rest with parameters of type FHIRPatch Constructor Description FHIRRestInteractionPatch(int entryIndex, FHIRPersistenceEvent event, java.lang.String requestDescription, FHIRUrlParser requestURL, java.lang.String type, java.lang.String id, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.String localIdentifier)
Public constructor -
Uses of FHIRPatch in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponse
FHIRResourceHelpers. doPatch(java.lang.String type, java.lang.String id, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate)
Performs a patch operation (a new version of the Resource will be stored).FHIRRestOperationResponse
FHIRResourceHelpers. doUpdateMeta(FHIRPersistenceEvent event, java.lang.String type, java.lang.String id, FHIRPatch patch, Resource newResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.Integer ifNoneMatch, boolean doValidation, java.util.List<OperationOutcome.Issue> warnings)
1st phase of update interaction. -
Uses of FHIRPatch in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponse
FHIRRestHelper. doPatch(java.lang.String type, java.lang.String id, FHIRPatch patch, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate)
FHIRRestOperationResponse
FHIRRestHelper. doUpdateMeta(FHIRPersistenceEvent event, java.lang.String type, java.lang.String id, FHIRPatch patch, Resource newResource, java.lang.String ifMatchValue, java.lang.String searchQueryString, boolean skippableUpdate, java.lang.Integer ifNoneMatch, boolean doValidation, java.util.List<OperationOutcome.Issue> warnings)
-