Package com.ibm.fhir.path.patch
Class FHIRPathPatchDelete
- java.lang.Object
-
- com.ibm.fhir.path.patch.FHIRPathPatchOperation
-
- com.ibm.fhir.path.patch.FHIRPathPatchDelete
-
- All Implemented Interfaces:
FHIRPatch
class FHIRPathPatchDelete extends FHIRPathPatchOperation
-
-
Constructor Summary
Constructors Constructor Description FHIRPathPatchDelete(String fhirPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Resource>
Tapply(T resource)Apply this patch to a resourceParameters.ParametertoParameter()Convert the FHIRPathPatchOperation to a Parameters.Parameter element
-
-
-
Field Detail
-
fhirPath
String fhirPath
-
-
Constructor Detail
-
FHIRPathPatchDelete
public FHIRPathPatchDelete(String fhirPath)
-
-
Method Detail
-
apply
public <T extends Resource> T apply(T resource) throws FHIRPatchException
Description copied from interface:FHIRPatchApply this patch to a resource- Parameters:
resource- the resource that this patch is applied to- Returns:
- a new resource that is the result of applying this patch
- Throws:
FHIRPatchException
-
toParameter
public Parameters.Parameter toParameter()
Description copied from class:FHIRPathPatchOperationConvert the FHIRPathPatchOperation to a Parameters.Parameter element- Specified by:
toParameterin classFHIRPathPatchOperation
-
-