Class DeviceMetricColorCodes
Code Values for the DeviceMetric.color field
Inheritance
System.Object
DeviceMetricColorCodes
Assembly: fhirCsR2.dll
Syntax
public static class DeviceMetricColorCodes : object
Fields
|
Improve this Doc
View Source
BLACK
Declaration
public const string BLACK = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BLUE
Declaration
public const string BLUE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CYAN
Declaration
public const string CYAN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GREEN
Declaration
public const string GREEN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MAGENTA
Declaration
public const string MAGENTA = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RED
Declaration
public const string RED = 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> |
|
|
Improve this Doc
View Source
WHITE
Declaration
public const string WHITE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
YELLOW
Declaration
public const string YELLOW = null
Field Value
Type |
Description |
System.String |
|