public enum EncounterStateEnum extends Enum<EncounterStateEnum>
| Enum Constant and Description |
|---|
ARRIVED
Display: Arrived
Code Value: arrived The Patient is present for the encounter, however is not currently meeting with a practitioner. |
CANCELLED
Display: Cancelled
Code Value: cancelled The Encounter has ended before it has begun. |
FINISHED
Display: Finished
Code Value: finished The Encounter has ended. |
IN_PROGRESS
Display: in Progress
Code Value: in-progress The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
ON_LEAVE
Display: On Leave
Code Value: onleave The Encounter has begun, but the patient is temporarily on leave. |
PLANNED
Display: Planned
Code Value: planned The Encounter has not yet started. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<EncounterStateEnum> |
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:
EncounterState
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterStateEnum |
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 EncounterStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterStateEnum PLANNED
public static final EncounterStateEnum ARRIVED
public static final EncounterStateEnum IN_PROGRESS
public static final EncounterStateEnum ON_LEAVE
public static final EncounterStateEnum FINISHED
public static final EncounterStateEnum CANCELLED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<EncounterStateEnum> VALUESET_BINDER
public static EncounterStateEnum[] values()
for (EncounterStateEnum c : EncounterStateEnum.values()) System.out.println(c);
public static EncounterStateEnum 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 EncounterStateEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.