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