Enum NarrativeStatusEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Additional
    Code Value: additional The contents of the narrative contain additional information not found in the structured data
    Display: Empty
    Code Value: empty The contents of the narrative are some equivalent of "No human-readable text provided in this case"
    Display: Extensions
    Code Value: extensions The contents of the narrative are entirely generated from the structured data in the content and some of the content is generated from extensions
    Display: Generated
    Code Value: generated The contents of the narrative are entirely generated from the structured data in the content.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<NarrativeStatusEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: NarrativeStatus
  • 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

    • GENERATED

      public static final NarrativeStatusEnum GENERATED
      Display: Generated
      Code Value: generated The contents of the narrative are entirely generated from the structured data in the content.
    • EXTENSIONS

      public static final NarrativeStatusEnum EXTENSIONS
      Display: Extensions
      Code Value: extensions The contents of the narrative are entirely generated from the structured data in the content and some of the content is generated from extensions
    • ADDITIONAL

      public static final NarrativeStatusEnum ADDITIONAL
      Display: Additional
      Code Value: additional The contents of the narrative contain additional information not found in the structured data
    • EMPTY

      public static final NarrativeStatusEnum EMPTY
      Display: Empty
      Code Value: empty The contents of the narrative are some equivalent of "No human-readable text provided in this case"
  • Field Details

  • Method Details

    • values

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