Class DeviceMetricCategoryCodes
Code Values for the DeviceMetric.category field
Inheritance
System.Object
DeviceMetricCategoryCodes
Assembly: fhirCsR2.dll
Syntax
public static class DeviceMetricCategoryCodes : object
Fields
|
Improve this Doc
View Source
CALCULATION
Declaration
public const string CALCULATION = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MEASUREMENT
Declaration
public const string MEASUREMENT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SETTING
Declaration
public const string SETTING = 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> |
|