public enum V3GTSAbbreviation extends Enum<V3GTSAbbreviation>
| Enum Constant and Description |
|---|
_GTSABBREVIATIONHOLIDAYSCHRISTIANROMAN
Christian Holidays (Roman/Gregorian [Western] Tradition.)
|
AM
Every morning at institution specified times.
|
BED
At bedtime (institution specified time).
|
BID
Two times a day at institution specified time
|
JB
Regular business days (Monday to Friday excluding holidays)
|
JE
Regular weekends (Saturday and Sunday excluding holidays)
|
JH
Holidays
|
JHCHREAS
Easter Sunday.
|
JHCHRGFR
Good Friday, is the Friday right before Easter Sunday.
|
JHCHRNEW
New Year's Day (January 1)
|
JHCHRPEN
Pentecost Sunday, is seven weeks after Easter (the 50th day of Easter).
|
JHCHRXME
Christmas Eve (December 24)
|
JHCHRXMS
Christmas Day (December 25)
|
JHNNL
Description:The Netherlands National Holidays.
|
JHNNLLD
Description:Liberation day (May 5 every five years)
|
JHNNLQD
Description:Queen's day (April 30)
|
JHNNLSK
Description:Sinterklaas (December 5)
|
JHNUS
United States National Holidays (public holidays for federal employees established by U.S.
|
JHNUSCLM
Columbus Day, the second Monday in October.
|
JHNUSIND
Independence Day (4th of July)
|
JHNUSIND1
Alternative Monday after 4th of July Weekend [5 U.S.C.
|
JHNUSIND5
Alternative Friday before 4th of July Weekend [5 U.S.C.
|
JHNUSLBR
Labor Day, the first Monday in September.
|
JHNUSMEM
Memorial Day, the last Monday in May.
|
JHNUSMEM5
Friday before Memorial Day Weekend
|
JHNUSMEM6
Saturday of Memorial Day Weekend
|
JHNUSMLK
Dr.
|
JHNUSPRE
Washington's Birthday (Presidential Day) the third Monday in February.
|
JHNUSTKS
Thanksgiving Day, the fourth Thursday in November.
|
JHNUSTKS5
Friday after Thanksgiving.
|
JHNUSVET
Veteran's Day, November 11.
|
MO
Monthly at institution specified time.
|
NULL
added to help the parsers
|
PM
Every afternoon at institution specified times.
|
Q1H
Every hour at institution specified times.
|
Q2H
Every 2 hours at institution specified times.
|
Q3H
Every 3 hours at institution specified times.
|
Q4H
Every 4 hours at institution specified time
|
Q6H
Every 6 hours at institution specified time
|
Q8H
Every 8 hours at institution specified times.
|
QD
Every day at institution specified times.
|
QID
Four times a day at institution specified time
|
QOD
Every other day at institution specified times.
|
TID
Three times a day at institution specified time
|
WK
Weekly at institution specified time.
|
| Modifier and Type | Method and Description |
|---|---|
static V3GTSAbbreviation |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3GTSAbbreviation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3GTSAbbreviation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3GTSAbbreviation AM
public static final V3GTSAbbreviation BED
public static final V3GTSAbbreviation BID
public static final V3GTSAbbreviation JB
public static final V3GTSAbbreviation JE
public static final V3GTSAbbreviation JH
public static final V3GTSAbbreviation _GTSABBREVIATIONHOLIDAYSCHRISTIANROMAN
public static final V3GTSAbbreviation JHCHREAS
public static final V3GTSAbbreviation JHCHRGFR
public static final V3GTSAbbreviation JHCHRNEW
public static final V3GTSAbbreviation JHCHRPEN
public static final V3GTSAbbreviation JHCHRXME
public static final V3GTSAbbreviation JHCHRXMS
public static final V3GTSAbbreviation JHNNL
public static final V3GTSAbbreviation JHNNLLD
public static final V3GTSAbbreviation JHNNLQD
public static final V3GTSAbbreviation JHNNLSK
public static final V3GTSAbbreviation JHNUS
public static final V3GTSAbbreviation JHNUSCLM
public static final V3GTSAbbreviation JHNUSIND
public static final V3GTSAbbreviation JHNUSIND1
public static final V3GTSAbbreviation JHNUSIND5
public static final V3GTSAbbreviation JHNUSLBR
public static final V3GTSAbbreviation JHNUSMEM
public static final V3GTSAbbreviation JHNUSMEM5
public static final V3GTSAbbreviation JHNUSMEM6
public static final V3GTSAbbreviation JHNUSMLK
public static final V3GTSAbbreviation JHNUSPRE
public static final V3GTSAbbreviation JHNUSTKS
public static final V3GTSAbbreviation JHNUSTKS5
public static final V3GTSAbbreviation JHNUSVET
public static final V3GTSAbbreviation MO
public static final V3GTSAbbreviation PM
public static final V3GTSAbbreviation Q1H
public static final V3GTSAbbreviation Q2H
public static final V3GTSAbbreviation Q3H
public static final V3GTSAbbreviation Q4H
public static final V3GTSAbbreviation Q6H
public static final V3GTSAbbreviation Q8H
public static final V3GTSAbbreviation QD
public static final V3GTSAbbreviation QID
public static final V3GTSAbbreviation QOD
public static final V3GTSAbbreviation TID
public static final V3GTSAbbreviation WK
public static final V3GTSAbbreviation NULL
public static V3GTSAbbreviation[] values()
for (V3GTSAbbreviation c : V3GTSAbbreviation.values()) System.out.println(c);
public static V3GTSAbbreviation 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 V3GTSAbbreviation 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.