
Package ca.uhn.fhir.model.dstu2.valueset
Enum Class MeasmntPrincipleEnum
- All Implemented Interfaces:
- Serializable,- Comparable<MeasmntPrincipleEnum>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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 SummaryFieldsModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder<MeasmntPrincipleEnum> Converts codes to their respective enumerated valuesstatic final StringIdentifier for this Value Set:static final StringName for this Value Set: Measmnt-Principle
- 
Method SummaryModifier and TypeMethodDescriptionstatic MeasmntPrincipleEnumReturns the enumerated value associated with this codegetCode()Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic MeasmntPrincipleEnumReturns the enum constant of this class with the specified name.static MeasmntPrincipleEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
MSP_OTHERDisplay: MSP Other
 Code Value: other Measurement principle isn't in the list.
- 
MSP_CHEMICALDisplay: MSP Chemical
 Code Value: chemical Measurement is done using the chemical principle.
- 
MSP_ELECTRICALDisplay: MSP Electrical
 Code Value: electrical Measurement is done using the electrical principle.
- 
MSP_IMPEDANCEDisplay: MSP Impedance
 Code Value: impedance Measurement is done using the impedance principle.
- 
MSP_NUCLEARDisplay: MSP Nuclear
 Code Value: nuclear Measurement is done using the nuclear principle.
- 
MSP_OPTICALDisplay: MSP Optical
 Code Value: optical Measurement is done using the optical principle.
- 
MSP_THERMALDisplay: MSP Thermal
 Code Value: thermal Measurement is done using the thermal principle.
- 
MSP_BIOLOGICALDisplay: MSP Biological
 Code Value: biological Measurement is done using the biological principle.
- 
MSP_MECHANICALDisplay: MSP Mechanical
 Code Value: mechanical Measurement is done using the mechanical principle.
- 
MSP_ACOUSTICALDisplay: MSP Acoustical
 Code Value: acoustical Measurement is done using the acoustical principle.
- 
MSP_MANUALDisplay: MSP Manual
 Code Value: manual Measurement is done using the manual principle.
 
- 
- 
Field Details- 
VALUESET_IDENTIFIERIdentifier for this Value Set:- See Also:
 
- 
VALUESET_NAMEName for this Value Set: Measmnt-Principle- See Also:
 
- 
VALUESET_BINDERConverts codes to their respective enumerated values
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getCodeReturns the code associated with this enumerated value
- 
getSystemReturns the code system associated with this enumerated value
- 
forCodeReturns the enumerated value associated with this code
 
-