public enum V3HL7UpdateMode extends Enum<V3HL7UpdateMode>
| Enum Constant and Description |
|---|
_SETUPDATEMODE
These concepts apply when the element and/or message is updating a set of items.
|
A
Description:The item was (or is to be) added, having not been present immediately before.
|
AR
Description:The item was (or is to be) either added or replaced.
|
AU
Description: AU: If this item exists, update it with these values.
|
D
Description:The item was (or is to be) removed (sometimes referred to as deleted).
|
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.
|
I
Ignore this role, it is not relevant to the update.
|
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.
|
NULL
added to help the parsers
|
R
Description:The item existed previously and has (or is to be) revised.
|
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.
|
V
Verify - this message element must match a value already in the receiving systems database in order to process the message.
|
| Modifier and Type | Method and Description |
|---|---|
static V3HL7UpdateMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3HL7UpdateMode |
valueOf(String name)
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.
|
public static final V3HL7UpdateMode A
public static final V3HL7UpdateMode AR
public static final V3HL7UpdateMode D
public static final V3HL7UpdateMode K
public static final V3HL7UpdateMode N
public static final V3HL7UpdateMode R
public static final V3HL7UpdateMode REF
public static final V3HL7UpdateMode U
public static final V3HL7UpdateMode _SETUPDATEMODE
public static final V3HL7UpdateMode ESA
public static final V3HL7UpdateMode ESAC
public static final V3HL7UpdateMode ESC
public static final V3HL7UpdateMode ESD
public static final V3HL7UpdateMode AU
public static final V3HL7UpdateMode I
public static final V3HL7UpdateMode V
public static final V3HL7UpdateMode NULL
public static V3HL7UpdateMode[] values()
for (V3HL7UpdateMode c : V3HL7UpdateMode.values()) System.out.println(c);
public static V3HL7UpdateMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3HL7UpdateMode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.