Class MedicationOrderStatusCodes
Code Values for the MedicationOrder.status field
Inheritance
System.Object
MedicationOrderStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class MedicationOrderStatusCodes : object
Fields
|
Improve this Doc
View Source
ACTIVE
Declaration
public const string ACTIVE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
COMPLETED
Declaration
public const string COMPLETED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DRAFT
Declaration
public const string DRAFT = 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
ON_HOLD
Declaration
public const string ON_HOLD = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
STOPPED
Declaration
public const string STOPPED = 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> |
|