Enum ProvenanceEntityRoleEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Derivation
    Code Value: derivation A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a preexisting entity.
    Display: Quotation
    Code Value: quotation The repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author.
    Display: Revision
    Code Value: revision A derivation for which the resulting entity is a revised version of some original.
    Display: Source
    Code Value: source A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
  • Field Summary

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

    • DERIVATION

      public static final ProvenanceEntityRoleEnum DERIVATION
      Display: Derivation
      Code Value: derivation A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a preexisting entity.
    • REVISION

      public static final ProvenanceEntityRoleEnum REVISION
      Display: Revision
      Code Value: revision A derivation for which the resulting entity is a revised version of some original.
    • QUOTATION

      public static final ProvenanceEntityRoleEnum QUOTATION
      Display: Quotation
      Code Value: quotation The repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author.
    • SOURCE

      public static final ProvenanceEntityRoleEnum SOURCE
      Display: Source
      Code Value: source A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
  • Field Details

  • Method Details

    • values

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