public enum MedicationOrderStatusEnum extends Enum<MedicationOrderStatusEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active The prescription is 'actionable', but not all actions that are implied by it have occurred yet. |
COMPLETED
Display: Completed
Code Value: completed All actions that are implied by the prescription have occurred. |
DRAFT
Display: Draft
Code Value: draft The prescription is not yet 'actionable', i.e. |
ENTERED_IN_ERROR
Display: Entered In Error
Code Value: entered-in-error The prescription was entered in error. |
ON_HOLD
Display: On Hold
Code Value: on-hold Actions implied by the prescription are to be temporarily halted, but are expected to continue later. |
STOPPED
Display: Stopped
Code Value: stopped Actions implied by the prescription are to be permanently halted, before all of them occurred. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<MedicationOrderStatusEnum> |
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:
MedicationOrderStatus
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationOrderStatusEnum |
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 MedicationOrderStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationOrderStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationOrderStatusEnum ACTIVE
public static final MedicationOrderStatusEnum ON_HOLD
public static final MedicationOrderStatusEnum COMPLETED
public static final MedicationOrderStatusEnum ENTERED_IN_ERROR
public static final MedicationOrderStatusEnum STOPPED
public static final MedicationOrderStatusEnum DRAFT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<MedicationOrderStatusEnum> VALUESET_BINDER
public static MedicationOrderStatusEnum[] values()
for (MedicationOrderStatusEnum c : MedicationOrderStatusEnum.values()) System.out.println(c);
public static MedicationOrderStatusEnum 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 MedicationOrderStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.