Uses of Class
org.linuxforhealth.fhir.path.patch.FHIRPathPatch
-
Packages that use FHIRPathPatch Package Description org.linuxforhealth.fhir.path.patch -
-
Uses of FHIRPathPatch in org.linuxforhealth.fhir.path.patch
Methods in org.linuxforhealth.fhir.path.patch that return FHIRPathPatch Modifier and Type Method Description FHIRPathPatch
FHIRPathPatch.Builder. build()
Build theFHIRPathPatch
static FHIRPathPatch
FHIRPathPatch. from(Parameters params)
Parse a FHIRPathPatch from a FHIR Parameters resourceMethods in org.linuxforhealth.fhir.path.patch with parameters of type FHIRPathPatch Modifier and Type Method Description FHIRPathPatch.Builder
FHIRPathPatch.Builder. from(FHIRPathPatch patch)
Add all patch operations from the passed FHIRPathPatch
-