Enum V3ResponseLevel

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

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

    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

    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

    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

    • C

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

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

      public static final V3ResponseLevel E
      Respond with exceptions only
    • F

      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

      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

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

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

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

    • values

      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

      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

      public static V3ResponseLevel 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()