public static enum Timing.EventTiming extends Enum<Timing.EventTiming>
| Enum Constant and Description |
|---|
AC
null
|
ACD
null
|
ACM
null
|
ACV
null
|
AFT
event occurs during the afternoon
|
C
null
|
CD
null
|
CM
null
|
CV
null
|
EVE
event occurs during the evening
|
HS
null
|
MORN
event occurs during the morning
|
NIGHT
event occurs during the night
|
NULL
added to help the parsers with the generic types
|
PC
null
|
PCD
null
|
PCM
null
|
PCV
null
|
PHS
event occurs [offset] after subject goes to sleep
|
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 MORN
public static final Timing.EventTiming AFT
public static final Timing.EventTiming EVE
public static final Timing.EventTiming NIGHT
public static final Timing.EventTiming PHS
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 FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.