public static enum Timing.EventTiming extends Enum<Timing.EventTiming>
| Enum Constant and Description |
|---|
AC
null
|
ACD
null
|
ACM
null
|
ACV
null
|
C
null
|
CD
null
|
CM
null
|
CV
null
|
HS
null
|
NULL
added to help the parsers
|
PC
null
|
PCD
null
|
PCM
null
|
PCV
null
|
WAKE
null
|
| Modifier and Type | Method and Description |
|---|---|
static Timing.EventTiming |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Timing.EventTiming |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timing.EventTiming[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Timing.EventTiming HS
public static final Timing.EventTiming WAKE
public static final Timing.EventTiming C
public static final Timing.EventTiming CM
public static final Timing.EventTiming CD
public static final Timing.EventTiming CV
public static final Timing.EventTiming AC
public static final Timing.EventTiming ACM
public static final Timing.EventTiming ACD
public static final Timing.EventTiming ACV
public static final Timing.EventTiming PC
public static final Timing.EventTiming PCM
public static final Timing.EventTiming PCD
public static final Timing.EventTiming PCV
public static final Timing.EventTiming NULL
public static Timing.EventTiming[] values()
for (Timing.EventTiming c : Timing.EventTiming.values()) System.out.println(c);
public static Timing.EventTiming 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 Timing.EventTiming fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.