public enum EventTiming extends Enum<EventTiming>
| Enum Constant and Description |
|---|
AFT
Event occurs during the afternoon.
|
AFT_EARLY
Event occurs during the early afternoon.
|
AFT_LATE
Event occurs during the late afternoon.
|
EVE
Event occurs during the evening.
|
EVE_EARLY
Event occurs during the early evening.
|
EVE_LATE
Event occurs during the late evening.
|
MORN
Event occurs during the morning.
|
MORN_EARLY
Event occurs during the early morning.
|
MORN_LATE
Event occurs during the late morning.
|
NIGHT
Event occurs during the night.
|
NOON
Event occurs around 12:00pm.
|
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 MORN_EARLY
public static final EventTiming MORN_LATE
public static final EventTiming NOON
public static final EventTiming AFT
public static final EventTiming AFT_EARLY
public static final EventTiming AFT_LATE
public static final EventTiming EVE
public static final EventTiming EVE_EARLY
public static final EventTiming EVE_LATE
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.