public enum EventTiming extends Enum<EventTiming>
| Enum Constant and Description |
|---|
AFT
event occurs during the afternoon
|
EVE
event occurs during the evening
|
MORN
event occurs during the morning
|
NIGHT
event occurs during the night
|
NULL
added to help the parsers
|
PHS
event occurs [offset] after subject goes to sleep
|
| Modifier and Type | Method and Description |
|---|---|
static EventTiming |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EventTiming |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTiming[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTiming MORN
public static final EventTiming AFT
public static final EventTiming EVE
public static final EventTiming NIGHT
public static final EventTiming PHS
public static final EventTiming NULL
public static EventTiming[] values()
for (EventTiming c : EventTiming.values()) System.out.println(c);
public static 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 EventTiming fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.