Package com.ibm.fhir.path.patch
Class FHIRPathPatchInsert
- java.lang.Object
 - 
- com.ibm.fhir.path.patch.FHIRPathPatchOperation
 - 
- com.ibm.fhir.path.patch.FHIRPathPatchInsert
 
 
 
- 
- All Implemented Interfaces:
 FHIRPatch
class FHIRPathPatchInsert extends FHIRPathPatchOperation
 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRPathPatchInsert(String fhirPath, Element value, Integer index) 
- 
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 
 - 
 
- 
- 
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
 
 - 
 
 -