Enum MedicationOrderStatusEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Active
    Code Value: active The prescription is 'actionable', but not all actions that are implied by it have occurred yet.
    Display: Completed
    Code Value: completed All actions that are implied by the prescription have occurred.
    Display: Draft
    Code Value: draft The prescription is not yet 'actionable', i.e.
    Display: Entered In Error
    Code Value: entered-in-error The prescription was entered in error.
    Display: On Hold
    Code Value: on-hold Actions implied by the prescription are to be temporarily halted, but are expected to continue later.
    Display: Stopped
    Code Value: stopped Actions implied by the prescription are to be permanently halted, before all of them occurred.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<MedicationOrderStatusEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: MedicationOrderStatus
  • 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

    • ACTIVE

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

      public static final MedicationOrderStatusEnum 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. May also be called "suspended".
    • COMPLETED

      public static final MedicationOrderStatusEnum COMPLETED
      Display: Completed
      Code Value: completed All actions that are implied by the prescription have occurred.
    • ENTERED_IN_ERROR

      Display: Entered In Error
      Code Value: entered-in-error The prescription was entered in error.
    • STOPPED

      public static final MedicationOrderStatusEnum STOPPED
      Display: Stopped
      Code Value: stopped Actions implied by the prescription are to be permanently halted, before all of them occurred.
    • DRAFT

      public static final MedicationOrderStatusEnum DRAFT
      Display: Draft
      Code Value: draft The prescription is not yet 'actionable', i.e. it is a work in progress, requires sign-off or verification, and needs to be run through decision support process.
  • Field Details

  • Method Details

    • values

      public static MedicationOrderStatusEnum[] 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 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 MedicationOrderStatusEnum forCode(String theCode)
      Returns the enumerated value associated with this code