Class SupplyrequestStatusCodes
Status of the supply request
Inheritance
System.Object
SupplyrequestStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SupplyrequestStatusCodes : object
Fields
| Improve this Doc View SourceCancelled
The orderer of the supply cancelled the request.
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Failed
The supply will not be completed because the supplier was unable or unwilling to supply the item.
Declaration
public static readonly Coding Failed
Field Value
Type | Description |
---|---|
Coding |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralFailed
Literal for code: Failed
Declaration
public const string LiteralFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralReceived
Literal for code: Received
Declaration
public const string LiteralReceived = null
Field Value
Type | Description |
---|---|
System. |
LiteralRequested
Literal for code: Requested
Declaration
public const string LiteralRequested = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplyrequestStatusCancelled
Literal for code: SupplyrequestStatusCancelled
Declaration
public const string LiteralSupplyrequestStatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplyrequestStatusFailed
Literal for code: SupplyrequestStatusFailed
Declaration
public const string LiteralSupplyrequestStatusFailed = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplyrequestStatusReceived
Literal for code: SupplyrequestStatusReceived
Declaration
public const string LiteralSupplyrequestStatusReceived = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplyrequestStatusRequested
Literal for code: SupplyrequestStatusRequested
Declaration
public const string LiteralSupplyrequestStatusRequested = null
Field Value
Type | Description |
---|---|
System. |
Received
Supply has been received by the requestor.
Declaration
public static readonly Coding Received
Field Value
Type | Description |
---|---|
Coding |
Requested
Supply has been requested, but not dispensed.
Declaration
public static readonly Coding Requested
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SupplyrequestStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |