Enum V3ResponseLevel

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

public enum V3ResponseLevel extends Enum<V3ResponseLevel>
  • Enum Constant Summary Link icon

    Enum Constants
    Enum Constant
    Description
    Respond with exceptions and a notification of completion
    Respond with exceptions, completion, modifications and include more detail information (if applicable)
    Respond with exceptions only
    Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made.
    Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail
    added to help the parsers
    Respond with exceptions, completions and modifications or revisions done before completion
    Do not send any kind of response
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    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 Link icon

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

    Methods inherited from class java.lang.Object Link icon

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

    • C Link icon

      public static final V3ResponseLevel C
      Respond with exceptions and a notification of completion
    • D Link icon

      public static final V3ResponseLevel D
      Respond with exceptions, completion, modifications and include more detail information (if applicable)
    • E Link icon

      public static final V3ResponseLevel E
      Respond with exceptions only
    • F Link icon

      public static final V3ResponseLevel F
      Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made.
    • N Link icon

      public static final V3ResponseLevel N
      Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail
    • R Link icon

      public static final V3ResponseLevel R
      Respond with exceptions, completions and modifications or revisions done before completion
    • X Link icon

      public static final V3ResponseLevel X
      Do not send any kind of response
    • NULL Link icon

      public static final V3ResponseLevel NULL
      added to help the parsers
  • Method Details Link icon

    • values Link icon

      public static V3ResponseLevel[] 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 Link icon

      public static V3ResponseLevel 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
    • fromCode Link icon

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

      public String toCode()
    • getSystem Link icon

      public String getSystem()
    • getDefinition Link icon

    • getDisplay Link icon

      public String getDisplay()