Class OrderResponseOrderStatusCodes
Code Values for the OrderResponse.orderStatus field
Inheritance
System.Object
OrderResponseOrderStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class OrderResponseOrderStatusCodes : object
Fields
|
Improve this Doc
View Source
ABORTED
Declaration
public const string ABORTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ACCEPTED
Declaration
public const string ACCEPTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CANCELLED
Declaration
public const string CANCELLED = 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
ERROR
Declaration
public const string ERROR = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PENDING
Declaration
public const string PENDING = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REJECTED
Declaration
public const string REJECTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REPLACED
Declaration
public const string REPLACED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REVIEW
Declaration
public const string REVIEW = 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> |
|