public enum V3TriggerEventID extends Enum<V3TriggerEventID>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
POLBTE004000UV
Description:
|
POLBTE004001UV
Description:
|
POLBTE004002UV
Description:
|
POLBTE004007UV
Description:
|
POLBTE004100UV
Description:
|
POLBTE004102UV
Description:
|
POLBTE004200UV
Description:
|
POLBTE004201UV
Description:
|
POLBTE004202UV
Description:
|
POLBTE004301UV
Description:
|
POLBTE004500UV
Description:
|
| Modifier and Type | Method and Description |
|---|---|
static V3TriggerEventID |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3TriggerEventID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3TriggerEventID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3TriggerEventID POLBTE004000UV
public static final V3TriggerEventID POLBTE004001UV
public static final V3TriggerEventID POLBTE004002UV
public static final V3TriggerEventID POLBTE004007UV
public static final V3TriggerEventID POLBTE004100UV
public static final V3TriggerEventID POLBTE004102UV
public static final V3TriggerEventID POLBTE004200UV
public static final V3TriggerEventID POLBTE004201UV
public static final V3TriggerEventID POLBTE004202UV
public static final V3TriggerEventID POLBTE004301UV
public static final V3TriggerEventID POLBTE004500UV
public static final V3TriggerEventID NULL
public static V3TriggerEventID[] values()
for (V3TriggerEventID c : V3TriggerEventID.values()) System.out.println(c);
public static V3TriggerEventID 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 V3TriggerEventID 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.