Enum V3HL7UpdateMode
- All Implemented Interfaces:
Serializable
,Comparable<V3HL7UpdateMode>
-
Enum Constant Summary
Enum ConstantDescriptionThese concepts apply when the element and/or message is updating a set of items.Description:The item was (or is to be) added, having not been present immediately before.Description:The item was (or is to be) either added or replaced.Description: AU: If this item exists, update it with these values.Description:The item was (or is to be) removed (sometimes referred to as deleted).Add the message element to the collection of items on the receiving system that correspond to the message element.Change the item on the receiving system that corresponds to this message element; if a matching element does not exist, add a new one created with the values in the message.Change the item on the receiving system that corresponds to this message element; do not process if a matching element does not exist.Delete the item on the receiving system that corresponds to this message element.Ignore this role, it is not relevant to the update.Description:This item is part of the identifying information for this object.Description:There was (or is to be) no change to the item.added to help the parsersDescription:The item existed previously and has (or is to be) revised.Description:This item provides enough information to allow a processing system to locate the full applicable record by identifying the object.Description:Description:It is not specified whether or what kind of change has occurred to the item, or whether the item is present as a reference or identifying property.Verify - this message element must match a value already in the receiving systems database in order to process the message. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3HL7UpdateMode
toCode()
static V3HL7UpdateMode
Returns the enum constant of this type with the specified name.static V3HL7UpdateMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
A
Description:The item was (or is to be) added, having not been present immediately before. (If it is already present, this may be treated as an error condition.) -
AR
Description:The item was (or is to be) either added or replaced. -
D
Description:The item was (or is to be) removed (sometimes referred to as deleted). If the item is part of a collection, delete any matching items. -
K
Description:This item is part of the identifying information for this object. -
N
Description:There was (or is to be) no change to the item. This is primarily used when this element has not changed, but other attributes in the instance have changed. -
R
Description:The item existed previously and has (or is to be) revised. (If an item does not already exist, this may be treated as an error condition.) -
REF
Description:This item provides enough information to allow a processing system to locate the full applicable record by identifying the object. -
U
Description:Description:It is not specified whether or what kind of change has occurred to the item, or whether the item is present as a reference or identifying property. -
_SETUPDATEMODE
These concepts apply when the element and/or message is updating a set of items. -
ESA
Add the message element to the collection of items on the receiving system that correspond to the message element. -
ESAC
Change the item on the receiving system that corresponds to this message element; if a matching element does not exist, add a new one created with the values in the message. -
ESC
Change the item on the receiving system that corresponds to this message element; do not process if a matching element does not exist. -
ESD
Delete the item on the receiving system that corresponds to this message element. -
AU
Description: AU: If this item exists, update it with these values. If it does not exist, create it with these values. If the item is part of the collection, update each item that matches this item, and if no items match, add a new item to the collection. -
I
Ignore this role, it is not relevant to the update. -
V
Verify - this message element must match a value already in the receiving systems database in order to process the message. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static V3HL7UpdateMode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-