Package ca.uhn.fhir.model.dstu2.valueset
Enum MeasmntPrincipleEnum
- All Implemented Interfaces:
Serializable
,Comparable<MeasmntPrincipleEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<MeasmntPrincipleEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: Measmnt-Principle -
Method Summary
Modifier and TypeMethodDescriptionstatic MeasmntPrincipleEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic MeasmntPrincipleEnum
Returns the enum constant of this type with the specified name.static MeasmntPrincipleEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MSP_OTHER
Display: MSP Other
Code Value: other Measurement principle isn't in the list. -
MSP_CHEMICAL
Display: MSP Chemical
Code Value: chemical Measurement is done using the chemical principle. -
MSP_ELECTRICAL
Display: MSP Electrical
Code Value: electrical Measurement is done using the electrical principle. -
MSP_IMPEDANCE
Display: MSP Impedance
Code Value: impedance Measurement is done using the impedance principle. -
MSP_NUCLEAR
Display: MSP Nuclear
Code Value: nuclear Measurement is done using the nuclear principle. -
MSP_OPTICAL
Display: MSP Optical
Code Value: optical Measurement is done using the optical principle. -
MSP_THERMAL
Display: MSP Thermal
Code Value: thermal Measurement is done using the thermal principle. -
MSP_BIOLOGICAL
Display: MSP Biological
Code Value: biological Measurement is done using the biological principle. -
MSP_MECHANICAL
Display: MSP Mechanical
Code Value: mechanical Measurement is done using the mechanical principle. -
MSP_ACOUSTICAL
Display: MSP Acoustical
Code Value: acoustical Measurement is done using the acoustical principle. -
MSP_MANUAL
Display: MSP Manual
Code Value: manual Measurement is done using the manual principle.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: Measmnt-Principle- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Details
-
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 nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-