public enum EncounterLocationStatusEnum extends Enum<EncounterLocationStatusEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active The patient is currently at this location, or was between the period specified. |
COMPLETED
Display: Completed
Code Value: completed The patient was at this location during the period specified. |
PLANNED
Display: Planned
Code Value: planned The patient is planned to be moved to this location at some point in the future. |
RESERVED
Display: Reserved
Code Value: reserved This location is held empty for this patient. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<EncounterLocationStatusEnum> |
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:
EncounterLocationStatus
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterLocationStatusEnum |
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 EncounterLocationStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterLocationStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterLocationStatusEnum PLANNED
public static final EncounterLocationStatusEnum ACTIVE
public static final EncounterLocationStatusEnum RESERVED
public static final EncounterLocationStatusEnum COMPLETED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<EncounterLocationStatusEnum> VALUESET_BINDER
public static EncounterLocationStatusEnum[] values()
for (EncounterLocationStatusEnum c : EncounterLocationStatusEnum.values()) System.out.println(c);
public static EncounterLocationStatusEnum 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 EncounterLocationStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.