public enum NutritionOrderStatusEnum extends Enum<NutritionOrderStatusEnum>
| Enum Constant and Description |
|---|
ACTIVE
Display: Active
Code Value: active The request is 'actionable', but not all actions that are implied by it have occurred yet. |
CANCELLED
Display: Cancelled
Code Value: cancelled The request has been withdrawn and is no longer actionable. |
COMPLETED
Display: Completed
Code Value: completed All actions that are implied by the order have occurred and no continuation is planned (this will rarely be made explicit). |
DRAFT
Display: Draft
Code Value: draft The request is in preliminary form prior to being sent. |
ON_HOLD
Display: On-Hold
Code Value: on-hold Actions implied by the request have been temporarily halted, but are expected to continue later. |
PLANNED
Display: Planned
Code Value: planned The request has been planned. |
PROPOSED
Display: Proposed
Code Value: proposed The request has been proposed. |
REQUESTED
Display: Requested
Code Value: requested The request has been placed. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<NutritionOrderStatusEnum> |
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:
NutritionOrderStatus
|
| Modifier and Type | Method and Description |
|---|---|
static NutritionOrderStatusEnum |
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 NutritionOrderStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutritionOrderStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NutritionOrderStatusEnum PROPOSED
public static final NutritionOrderStatusEnum DRAFT
public static final NutritionOrderStatusEnum PLANNED
public static final NutritionOrderStatusEnum REQUESTED
public static final NutritionOrderStatusEnum ACTIVE
public static final NutritionOrderStatusEnum ON_HOLD
public static final NutritionOrderStatusEnum COMPLETED
public static final NutritionOrderStatusEnum CANCELLED
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<NutritionOrderStatusEnum> VALUESET_BINDER
public static NutritionOrderStatusEnum[] values()
for (NutritionOrderStatusEnum c : NutritionOrderStatusEnum.values()) System.out.println(c);
public static NutritionOrderStatusEnum 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 NutritionOrderStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.