
Uses of Enum Class
org.hl7.fhir.dstu3.model.DeviceMetric.DeviceMetricCalibrationState
Packages that use DeviceMetric.DeviceMetricCalibrationState
-
Uses of DeviceMetric.DeviceMetricCalibrationState in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DeviceMetric.DeviceMetricCalibrationStateModifier and TypeFieldDescriptionDeviceMetric.DeviceMetricCalibrationComponent.stateDescribes the state of the calibration.Methods in org.hl7.fhir.dstu3.model that return DeviceMetric.DeviceMetricCalibrationStateModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricCalibrationComponent.getState()Returns the enum constant of this class with the specified name.DeviceMetric.DeviceMetricCalibrationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DeviceMetric.DeviceMetricCalibrationStateModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricCalibrationStateEnumFactory.fromType(PrimitiveType<?> code) DeviceMetric.DeviceMetricCalibrationComponent.getStateElement()Methods in org.hl7.fhir.dstu3.model with parameters of type DeviceMetric.DeviceMetricCalibrationStateModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricCalibrationComponent.setState(DeviceMetric.DeviceMetricCalibrationState value) DeviceMetric.DeviceMetricCalibrationStateEnumFactory.toCode(DeviceMetric.DeviceMetricCalibrationState code) DeviceMetric.DeviceMetricCalibrationStateEnumFactory.toSystem(DeviceMetric.DeviceMetricCalibrationState code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DeviceMetric.DeviceMetricCalibrationStateModifier and TypeMethodDescriptionDeviceMetric.DeviceMetricCalibrationComponent.setStateElement(Enumeration<DeviceMetric.DeviceMetricCalibrationState> value)