Package ca.uhn.fhir.model.dstu2.valueset
Enum NutritionOrderStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<NutritionOrderStatusEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Active
Code Value: active The request is 'actionable', but not all actions that are implied by it have occurred yet.Display: Cancelled
Code Value: cancelled The request has been withdrawn and is no longer actionable.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).Display: Draft
Code Value: draft The request is in preliminary form prior to being sent.Display: On-Hold
Code Value: on-hold Actions implied by the request have been temporarily halted, but are expected to continue later.Display: Planned
Code Value: planned The request has been planned.Display: Proposed
Code Value: proposed The request has been proposed.Display: Requested
Code Value: requested The request has been placed. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<NutritionOrderStatusEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: NutritionOrderStatus -
Method Summary
Modifier and TypeMethodDescriptionstatic NutritionOrderStatusEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic NutritionOrderStatusEnum
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.
-
Enum Constant Details
-
PROPOSED
Display: Proposed
Code Value: proposed The request has been proposed. -
DRAFT
Display: Draft
Code Value: draft The request is in preliminary form prior to being sent. -
PLANNED
Display: Planned
Code Value: planned The request has been planned. -
REQUESTED
Display: Requested
Code Value: requested The request has been placed. -
ACTIVE
Display: Active
Code Value: active The request is 'actionable', but not all actions that are implied by it have occurred yet. -
ON_HOLD
Display: On-Hold
Code Value: on-hold Actions implied by the request have been temporarily halted, but are expected to continue later. May also be called "suspended". -
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). -
CANCELLED
Display: Cancelled
Code Value: cancelled The request has been withdrawn and is no longer actionable.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: NutritionOrderStatus- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<NutritionOrderStatusEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-