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.
|
AFT_EARLY
Event occurs during the early afternoon.
|
AFT_LATE
Event occurs during the late afternoon.
|
C
null
|
CD
null
|
CM
null
|
CV
null
|
EVE
Event occurs during the evening.
|
EVE_EARLY
Event occurs during the early evening.
|
EVE_LATE
Event occurs during the late evening.
|
HS
null
|
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 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 MORN_EARLY
public static final Timing.EventTiming MORN_LATE
public static final Timing.EventTiming NOON
public static final Timing.EventTiming AFT
public static final Timing.EventTiming AFT_EARLY
public static final Timing.EventTiming AFT_LATE
public static final Timing.EventTiming EVE
public static final Timing.EventTiming EVE_EARLY
public static final Timing.EventTiming EVE_LATE
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.