public enum LocationTypeEnum extends Enum<LocationTypeEnum>
| Enum Constant and Description |
|---|
AREA
Display: Area
Code Value: area A defined boundary, such as a state, region, country, county |
BED
Display: Bed
Code Value: bd A space that is allocated for sleeping/laying on. |
BUILDING
Display: Building
Code Value: bu Any Building or structure. |
CABINET
Display: Cabinet
Code Value: ca A container that can store goods, equipment, medications or other items. |
CORRIDOR
Display: Corridor
Code Value: co Any corridor within a Building, that is not within. |
HOUSE
Display: House
Code Value: ho A residential dwelling. |
JURISDICTION
Display: Jurisdiction
Code Value: jdn A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g. |
LEVEL
Display: Level
Code Value: lvl A Level in a multi-level Building/Structure. |
ROAD
Display: Road
Code Value: rd A defined path to travel between 2 points that has a known name. |
ROOM
Display: Room
Code Value: ro A space that is allocated as a room, it may have walls/roof etc., but does not require these. |
VEHICLE
Display: Vehicle
Code Value: ve A means of transportation. |
WING
Display: Wing
Code Value: wi A Wing within a Building, this often contains levels, rooms and corridors. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<LocationTypeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
LocationType
|
| Modifier and Type | Method and Description |
|---|---|
static LocationTypeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static LocationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationTypeEnum BUILDING
public static final LocationTypeEnum WING
public static final LocationTypeEnum LEVEL
public static final LocationTypeEnum CORRIDOR
public static final LocationTypeEnum ROOM
public static final LocationTypeEnum BED
public static final LocationTypeEnum VEHICLE
public static final LocationTypeEnum HOUSE
public static final LocationTypeEnum CABINET
public static final LocationTypeEnum ROAD
public static final LocationTypeEnum JURISDICTION
public static final LocationTypeEnum AREA
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<LocationTypeEnum> VALUESET_BINDER
public static LocationTypeEnum[] values()
for (LocationTypeEnum c : LocationTypeEnum.values()) System.out.println(c);
public static LocationTypeEnum 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 LocationTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.