Enum DataElementStringencyEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Comparable
    Code Value: comparable The data element is sufficiently well-constrained that multiple pieces of data captured according to the constraints of the data element will be comparable (though in some cases, a degree of automated conversion/normalization may be required).
    Display: Convertable
    Code Value: convertable The data element allows multiple units of measure that are convertable between each other (e.g.
    Display: Equivalent
    Code Value: equivalent The data element allows multiple units of measure having equivalent meaning; e.g.
    Display: Flexible
    Code Value: flexible The data element is unconstrained in units, choice of data types and/or choice of vocabulary such that automated comparison of data captured using the data element is not possible.
    Display: Fully Specified
    Code Value: fully-specified The data element is fully specified down to a single value set, single unit of measure, single data type, etc.
    Display: Scaleable
    Code Value: scaleable A convertable data element where unit conversions are different only by a power of 10; e.g.
  • Field Summary

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

    • COMPARABLE

      Display: Comparable
      Code Value: comparable The data element is sufficiently well-constrained that multiple pieces of data captured according to the constraints of the data element will be comparable (though in some cases, a degree of automated conversion/normalization may be required).
    • FULLY_SPECIFIED

      Display: Fully Specified
      Code Value: fully-specified The data element is fully specified down to a single value set, single unit of measure, single data type, etc. Multiple pieces of data associated with this data element are fully comparable.
    • EQUIVALENT

      Display: Equivalent
      Code Value: equivalent The data element allows multiple units of measure having equivalent meaning; e.g. "cc" (cubic centimeter) and "mL" (milliliter).
    • CONVERTABLE

      Display: Convertable
      Code Value: convertable The data element allows multiple units of measure that are convertable between each other (e.g. inches and centimeters) and/or allows data to be captured in multiple value sets for which a known mapping exists allowing conversion of meaning.
    • SCALEABLE

      public static final DataElementStringencyEnum SCALEABLE
      Display: Scaleable
      Code Value: scaleable A convertable data element where unit conversions are different only by a power of 10; e.g. g, mg, kg.
    • FLEXIBLE

      public static final DataElementStringencyEnum FLEXIBLE
      Display: Flexible
      Code Value: flexible The data element is unconstrained in units, choice of data types and/or choice of vocabulary such that automated comparison of data captured using the data element is not possible.
  • Field Details

  • Method Details

    • values

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