Class DeviceStatusCodes
Code Values for the Device.status field
Inheritance
System.Object
DeviceStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class DeviceStatusCodes : object
Fields
|
Improve this Doc
View Source
AVAILABLE
Declaration
public const string AVAILABLE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ENTERED_IN_ERROR
Declaration
public const string ENTERED_IN_ERROR = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NOT_AVAILABLE
Declaration
public const string NOT_AVAILABLE = 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> |
|