Enum MeasmntPrincipleEnum

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: MSP Acoustical
    Code Value: acoustical Measurement is done using the acoustical principle.
    Display: MSP Biological
    Code Value: biological Measurement is done using the biological principle.
    Display: MSP Chemical
    Code Value: chemical Measurement is done using the chemical principle.
    Display: MSP Electrical
    Code Value: electrical Measurement is done using the electrical principle.
    Display: MSP Impedance
    Code Value: impedance Measurement is done using the impedance principle.
    Display: MSP Manual
    Code Value: manual Measurement is done using the manual principle.
    Display: MSP Mechanical
    Code Value: mechanical Measurement is done using the mechanical principle.
    Display: MSP Nuclear
    Code Value: nuclear Measurement is done using the nuclear principle.
    Display: MSP Optical
    Code Value: optical Measurement is done using the optical principle.
    Display: MSP Other
    Code Value: other Measurement principle isn't in the list.
    Display: MSP Thermal
    Code Value: thermal Measurement is done using the thermal principle.
  • Field Summary

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

    • MSP_OTHER

      public static final MeasmntPrincipleEnum MSP_OTHER
      Display: MSP Other
      Code Value: other Measurement principle isn't in the list.
    • MSP_CHEMICAL

      public static final MeasmntPrincipleEnum MSP_CHEMICAL
      Display: MSP Chemical
      Code Value: chemical Measurement is done using the chemical principle.
    • MSP_ELECTRICAL

      public static final MeasmntPrincipleEnum MSP_ELECTRICAL
      Display: MSP Electrical
      Code Value: electrical Measurement is done using the electrical principle.
    • MSP_IMPEDANCE

      public static final MeasmntPrincipleEnum MSP_IMPEDANCE
      Display: MSP Impedance
      Code Value: impedance Measurement is done using the impedance principle.
    • MSP_NUCLEAR

      public static final MeasmntPrincipleEnum MSP_NUCLEAR
      Display: MSP Nuclear
      Code Value: nuclear Measurement is done using the nuclear principle.
    • MSP_OPTICAL

      public static final MeasmntPrincipleEnum MSP_OPTICAL
      Display: MSP Optical
      Code Value: optical Measurement is done using the optical principle.
    • MSP_THERMAL

      public static final MeasmntPrincipleEnum MSP_THERMAL
      Display: MSP Thermal
      Code Value: thermal Measurement is done using the thermal principle.
    • MSP_BIOLOGICAL

      public static final MeasmntPrincipleEnum MSP_BIOLOGICAL
      Display: MSP Biological
      Code Value: biological Measurement is done using the biological principle.
    • MSP_MECHANICAL

      public static final MeasmntPrincipleEnum MSP_MECHANICAL
      Display: MSP Mechanical
      Code Value: mechanical Measurement is done using the mechanical principle.
    • MSP_ACOUSTICAL

      public static final MeasmntPrincipleEnum MSP_ACOUSTICAL
      Display: MSP Acoustical
      Code Value: acoustical Measurement is done using the acoustical principle.
    • MSP_MANUAL

      public static final MeasmntPrincipleEnum MSP_MANUAL
      Display: MSP Manual
      Code Value: manual Measurement is done using the manual principle.
  • Field Details

  • Method Details

    • values

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