public enum V3TimingEvent extends Enum<V3TimingEvent>
| Enum Constant and Description |
|---|
AC
before meal (from lat.
|
ACD
before lunch (from lat.
|
ACM
before breakfast (from lat.
|
ACV
before dinner (from lat.
|
C
Description: meal (from lat.
|
CD
Description: lunch (from lat.
|
CM
Description: breakfast (from lat.
|
CV
Description: dinner (from lat.
|
HS
Description: Prior to beginning a regular period of extended sleep (this would exclude naps).
|
IC
between meals (from lat.
|
ICD
between lunch and dinner
|
ICM
between breakfast and lunch
|
ICV
between dinner and the hour of sleep
|
NULL
added to help the parsers
|
PC
after meal (from lat.
|
PCD
after lunch (from lat.
|
PCM
after breakfast (from lat.
|
PCV
after dinner (from lat.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static V3TimingEvent |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3TimingEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3TimingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3TimingEvent AC
public static final V3TimingEvent ACD
public static final V3TimingEvent ACM
public static final V3TimingEvent ACV
public static final V3TimingEvent C
public static final V3TimingEvent CD
public static final V3TimingEvent CM
public static final V3TimingEvent CV
public static final V3TimingEvent HS
public static final V3TimingEvent IC
public static final V3TimingEvent ICD
public static final V3TimingEvent ICM
public static final V3TimingEvent ICV
public static final V3TimingEvent PC
public static final V3TimingEvent PCD
public static final V3TimingEvent PCM
public static final V3TimingEvent PCV
public static final V3TimingEvent WAKE
public static final V3TimingEvent NULL
public static V3TimingEvent[] values()
for (V3TimingEvent c : V3TimingEvent.values()) System.out.println(c);
public static V3TimingEvent 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 V3TimingEvent 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.