Enum AppointmentStatusEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Arrived
    Code Value: arrived Some of the patients have arrived.
    Display: Booked
    Code Value: booked All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.
    Display: Cancelled
    Code Value: cancelled The appointment has been cancelled.
    Display: Fulfilled
    Code Value: fulfilled This appointment has completed and may have resulted in an encounter.
    Display: No Show
    Code Value: noshow Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).
    Display: Pending
    Code Value: pending Some or all of the participant(s) have not finalized their acceptance of the appointment request.
    Display: Proposed
    Code Value: proposed None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time may not be set yet.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<AppointmentStatusEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: AppointmentStatus
  • 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 AppointmentStatusEnum PROPOSED
      Display: Proposed
      Code Value: proposed None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time may not be set yet.
    • PENDING

      public static final AppointmentStatusEnum PENDING
      Display: Pending
      Code Value: pending Some or all of the participant(s) have not finalized their acceptance of the appointment request.
    • BOOKED

      public static final AppointmentStatusEnum BOOKED
      Display: Booked
      Code Value: booked All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.
    • ARRIVED

      public static final AppointmentStatusEnum ARRIVED
      Display: Arrived
      Code Value: arrived Some of the patients have arrived.
    • FULFILLED

      public static final AppointmentStatusEnum FULFILLED
      Display: Fulfilled
      Code Value: fulfilled This appointment has completed and may have resulted in an encounter.
    • CANCELLED

      public static final AppointmentStatusEnum CANCELLED
      Display: Cancelled
      Code Value: cancelled The appointment has been cancelled.
    • NO_SHOW

      public static final AppointmentStatusEnum NO_SHOW
      Display: No Show
      Code Value: noshow Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).
  • Field Details

  • Method Details

    • values

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