DeviceMetricCalibrationState
public enum DeviceMetricCalibrationState: String
Describes the state of a metric calibration.
URL: http://hl7.org/fhir/metric-calibration-state ValueSet: http://hl7.org/fhir/ValueSet/metric-calibration-state
-
The metric has not been calibrated.
Declaration
Swift
case notCalibrated = "not-calibrated"
-
The metric needs to be calibrated.
Declaration
Swift
case calibrationRequired = "calibration-required"
-
The metric has been calibrated.
Declaration
Swift
case calibrated = "calibrated"
-
The state of calibration of this metric is unspecified.
Declaration
Swift
case unspecified = "unspecified"