Uses of Interface
com.ibm.fhir.model.patch.FHIRPatch
-
Packages that use FHIRPatch Package Description com.ibm.fhir.model.patch -
-
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(javax.json.JsonArray array)Factory method that constructs a new FHIRPatch object from a JsonArray objectstatic FHIRPatchFHIRPatch. patch(javax.json.JsonPatch patch)Factory method that constructs a new FHIRPatch object from a JsonPatch object
-