Package org.hl7.fhir.r4.model
Enum Timing.EventTiming
- java.lang.Object
-
- java.lang.Enum<Timing.EventTiming>
-
- org.hl7.fhir.r4.model.Timing.EventTiming
-
- All Implemented Interfaces:
Serializable,Comparable<Timing.EventTiming>
- Enclosing class:
- Timing
public static enum Timing.EventTiming extends Enum<Timing.EventTiming>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACnullACDnullACMnullACVnullAFTEvent occurs during the afternoon.AFT_EARLYEvent occurs during the early afternoon.AFT_LATEEvent occurs during the late afternoon.CnullCDnullCMnullCVnullEVEEvent occurs during the evening.EVE_EARLYEvent occurs during the early evening.EVE_LATEEvent occurs during the late evening.HSnullMORNEvent occurs during the morning.MORN_EARLYEvent occurs during the early morning.MORN_LATEEvent occurs during the late morning.NIGHTEvent occurs during the night.NOONEvent occurs around 12:00pm.NULLadded to help the parsers with the generic typesPCnullPCDnullPCMnullPCVnullPHSEvent occurs [offset] after subject goes to sleep.WAKEnull
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Timing.EventTimingfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static Timing.EventTimingvalueOf(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.
-
-
-
Enum Constant Detail
-
MORN
public static final Timing.EventTiming MORN
Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
-
MORN_EARLY
public static final Timing.EventTiming MORN_EARLY
Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.
-
MORN_LATE
public static final Timing.EventTiming MORN_LATE
Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.
-
NOON
public static final Timing.EventTiming NOON
Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
-
AFT
public static final Timing.EventTiming AFT
Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
-
AFT_EARLY
public static final Timing.EventTiming AFT_EARLY
Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
-
AFT_LATE
public static final Timing.EventTiming AFT_LATE
Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
-
EVE
public static final Timing.EventTiming EVE
Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
-
EVE_EARLY
public static final Timing.EventTiming EVE_EARLY
Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.
-
EVE_LATE
public static final Timing.EventTiming EVE_LATE
Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.
-
NIGHT
public static final Timing.EventTiming NIGHT
Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.
-
PHS
public static final Timing.EventTiming PHS
Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.
-
HS
public static final Timing.EventTiming HS
null
-
WAKE
public static final Timing.EventTiming WAKE
null
-
C
public static final Timing.EventTiming C
null
-
CM
public static final Timing.EventTiming CM
null
-
CD
public static final Timing.EventTiming CD
null
-
CV
public static final Timing.EventTiming CV
null
-
AC
public static final Timing.EventTiming AC
null
-
ACM
public static final Timing.EventTiming ACM
null
-
ACD
public static final Timing.EventTiming ACD
null
-
ACV
public static final Timing.EventTiming ACV
null
-
PC
public static final Timing.EventTiming PC
null
-
PCM
public static final Timing.EventTiming PCM
null
-
PCD
public static final Timing.EventTiming PCD
null
-
PCV
public static final Timing.EventTiming PCV
null
-
NULL
public static final Timing.EventTiming NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static Timing.EventTiming[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Timing.EventTiming c : Timing.EventTiming.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Timing.EventTiming valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static Timing.EventTiming fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-