Enum V3AcknowledgementDetailType

java.lang.Object
java.lang.Enum<V3AcknowledgementDetailType>
org.hl7.fhir.dstu3.model.codesystems.V3AcknowledgementDetailType
All Implemented Interfaces:
Serializable, Comparable<V3AcknowledgementDetailType>

  • Enum Constant Details

    • E

      public static final V3AcknowledgementDetailType E
      Definition:An issue which has prevented, or will prevent (unless a management is provided for the issue by the sender), the successful processing of an interaction. Response interactions which include an issue which is an Error are a 'rejection', indicating that the request was not successfully processed. Example:Unable to find specified patient.
    • I

      public static final V3AcknowledgementDetailType I
      Definition: The message relates to an issue which has no bearing on the successful processing of the request. Information issues cannot be overridden by specifying a management. Example: A Patient's coverage will expire in 5 days.
    • W

      public static final V3AcknowledgementDetailType W
      Definition: The message relates to an issue which cannot prevent the successful processing of a request, but which could result in the processing not having the ideal or intended effect. Managing a warning issue is not required for successful processing, but will suppress the warning from being raised. Example: Unexpected additional repetitions of phone number have been ignored.
    • ERR

      public static final V3AcknowledgementDetailType ERR
      null
    • INFO

      public static final V3AcknowledgementDetailType INFO
      null
    • WARN

      public static final V3AcknowledgementDetailType WARN
      null
    • NULL

      public static final V3AcknowledgementDetailType NULL
      added to help the parsers
  • 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 name
      NullPointerException - if the argument is null
    • fromCode

      public static V3AcknowledgementDetailType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()