
Enum Class V3TimingEvent
- All Implemented Interfaces:
Serializable
,Comparable<V3TimingEvent>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionbefore meal (from lat. ante cibus)before lunch (from lat. ante cibus diurnus)before breakfast (from lat. ante cibus matutinus)before dinner (from lat. ante cibus vespertinus)Description: meal (from lat. ante cibus)Description: lunch (from lat. cibus diurnus)Description: breakfast (from lat. cibus matutinus)Description: dinner (from lat. cibus vespertinus)Description: Prior to beginning a regular period of extended sleep (this would exclude naps).between meals (from lat. inter cibus)between lunch and dinnerbetween breakfast and lunchbetween dinner and the hour of sleepadded to help the parsersafter meal (from lat. post cibus)after lunch (from lat. post cibus diurnus)after breakfast (from lat. post cibus matutinus)after dinner (from lat. post cibus vespertinus)Description: Upon waking up from a regular period of sleep, in order to start regular activities (this would exclude waking up from a nap or temporarily waking up during a period of sleep) Usage Notes: e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3TimingEvent
toCode()
static V3TimingEvent
Returns the enum constant of this class with the specified name.static V3TimingEvent[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AC
before meal (from lat. ante cibus) -
ACD
before lunch (from lat. ante cibus diurnus) -
ACM
before breakfast (from lat. ante cibus matutinus) -
ACV
before dinner (from lat. ante cibus vespertinus) -
C
Description: meal (from lat. ante cibus) -
CD
Description: lunch (from lat. cibus diurnus) -
CM
Description: breakfast (from lat. cibus matutinus) -
CV
Description: dinner (from lat. cibus vespertinus) -
HS
Description: Prior to beginning a regular period of extended sleep (this would exclude naps). Note that this might occur at different times of day depending on a person's regular sleep schedule. -
IC
between meals (from lat. inter cibus) -
ICD
between lunch and dinner -
ICM
between breakfast and lunch -
ICV
between dinner and the hour of sleep -
PC
after meal (from lat. post cibus) -
PCD
after lunch (from lat. post cibus diurnus) -
PCM
after breakfast (from lat. post cibus matutinus) -
PCV
after dinner (from lat. post cibus vespertinus) -
WAKE
Description: Upon waking up from a regular period of sleep, in order to start regular activities (this would exclude waking up from a nap or temporarily waking up during a period of sleep) Usage Notes: e.g. Take pulse rate on waking in management of thyrotoxicosis. Take BP on waking in management of hypertension Take basal body temperature on waking in establishing date of ovulation -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static V3TimingEvent fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-