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.operation.spi 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 class
FHIRJsonPatch
Methods 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 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 com.ibm.fhir.path.patch
Classes in com.ibm.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 com.ibm.fhir.server.operation.spi
Methods in com.ibm.fhir.server.operation.spi with parameters of type FHIRPatch Modifier and Type Method Description FHIRRestOperationResponse
FHIRResourceHelpers. 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). -
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 FHIRRestOperationResponse
FHIRRestHelper. doPatch(String type, String id, FHIRPatch patch, String ifMatchValue, String searchQueryString, boolean skippableUpdate)
-