Enum CommunicationStatusEnum

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

  • Enum Constant Details

    • IN_PROGRESS

      public static final CommunicationStatusEnum IN_PROGRESS
      Display: In Progress
      Code Value: in-progress The communication transmission is ongoing.
    • COMPLETED

      public static final CommunicationStatusEnum COMPLETED
      Display: Completed
      Code Value: completed The message transmission is complete, i.e., delivered to the recipient's destination.
    • SUSPENDED

      public static final CommunicationStatusEnum SUSPENDED
      Display: Suspended
      Code Value: suspended The communication transmission has been held by originating system/user request.
    • REJECTED

      public static final CommunicationStatusEnum REJECTED
      Display: Rejected
      Code Value: rejected The receiving system has declined to accept the message.
    • FAILED

      public static final CommunicationStatusEnum FAILED
      Display: Failed
      Code Value: failed There was a failure in transmitting the message out.
  • Field Details

  • Method Details

    • values

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