Enum NutritionOrderStatusEnum

java.lang.Object
java.lang.Enum<NutritionOrderStatusEnum>
ca.uhn.fhir.model.dstu2.valueset.NutritionOrderStatusEnum
All Implemented Interfaces:
Serializable, Comparable<NutritionOrderStatusEnum>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: 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

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<NutritionOrderStatusEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: NutritionOrderStatus
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • PROPOSED

      public static final NutritionOrderStatusEnum PROPOSED
      Display: Proposed
      Code Value: proposed The request has been proposed.
    • DRAFT

      public static final NutritionOrderStatusEnum DRAFT
      Display: Draft
      Code Value: draft The request is in preliminary form prior to being sent.
    • PLANNED

      public static final NutritionOrderStatusEnum PLANNED
      Display: Planned
      Code Value: planned The request has been planned.
    • REQUESTED

      public static final NutritionOrderStatusEnum REQUESTED
      Display: Requested
      Code Value: requested The request has been placed.
    • ACTIVE

      public static final NutritionOrderStatusEnum ACTIVE
      Display: Active
      Code Value: active The request is 'actionable', but not all actions that are implied by it have occurred yet.
    • ON_HOLD

      public static final NutritionOrderStatusEnum 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

      public static final NutritionOrderStatusEnum 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

      public static final NutritionOrderStatusEnum CANCELLED
      Display: Cancelled
      Code Value: cancelled The request has been withdrawn and is no longer actionable.
  • Field Details

  • Method Details

    • values

      public static NutritionOrderStatusEnum[] 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

      public static NutritionOrderStatusEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static NutritionOrderStatusEnum forCode(String theCode)
      Returns the enumerated value associated with this code