Class DeviceMetricCalibrationStateCodes
Code Values for the DeviceMetric.calibration.state field
Inheritance
System.Object
DeviceMetricCalibrationStateCodes
Assembly: fhirCsR2.dll
Syntax
public static class DeviceMetricCalibrationStateCodes : object
Fields
|
Improve this Doc
View Source
CALIBRATED
Declaration
public const string CALIBRATED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CALIBRATION_REQUIRED
Declaration
public const string CALIBRATION_REQUIRED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOT_CALIBRATED
Declaration
public const string NOT_CALIBRATED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UNSPECIFIED
Declaration
public const string UNSPECIFIED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Values
Declaration
public static HashSet<string> Values
Field Value
Type |
Description |
HashSet<System.String> |
|