Package com.ibm.fhir.path.patch
Class FHIRPathPatchOperation
- java.lang.Object
 - 
- com.ibm.fhir.path.patch.FHIRPathPatchOperation
 
 
- 
- All Implemented Interfaces:
 FHIRPatch
- Direct Known Subclasses:
 FHIRPathPatchAdd,FHIRPathPatchDelete,FHIRPathPatchInsert,FHIRPathPatchMove,FHIRPathPatchReplace
abstract class FHIRPathPatchOperation extends Object implements FHIRPatch
 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRPathPatchOperation() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Parameters.ParametertoParameter()Convert the FHIRPathPatchOperation to a Parameters.Parameter element 
 - 
 
- 
- 
Field Detail
- 
OPERATION
public static final String OPERATION
- See Also:
 - Constant Field Values
 
 
- 
TYPE
public static final String TYPE
- See Also:
 - Constant Field Values
 
 
- 
PATH
public static final String PATH
- See Also:
 - Constant Field Values
 
 
- 
NAME
public static final String NAME
- See Also:
 - Constant Field Values
 
 
- 
VALUE
public static final String VALUE
- See Also:
 - Constant Field Values
 
 
- 
INDEX
public static final String INDEX
- See Also:
 - Constant Field Values
 
 
- 
SOURCE
public static final String SOURCE
- See Also:
 - Constant Field Values
 
 
- 
DESTINATION
public static final String DESTINATION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
toParameter
public abstract Parameters.Parameter toParameter()
Convert the FHIRPathPatchOperation to a Parameters.Parameter element 
 - 
 
 -