Class SupplydeliveryStatusCodes
Status of the supply delivery.
Inheritance
System.Object
SupplydeliveryStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SupplydeliveryStatusCodes : object
Fields
| Improve this Doc View SourceAbandoned
Dispensing was not completed.
Declaration
public static readonly Coding Abandoned
Field Value
Type | Description |
---|---|
Coding |
Delivered
Supply has been delivered ("completed").
Declaration
public static readonly Coding Delivered
Field Value
Type | Description |
---|---|
Coding |
InProgress
Supply has been requested, but not delivered.
Declaration
public static readonly Coding InProgress
Field Value
Type | Description |
---|---|
Coding |
LiteralAbandoned
Literal for code: Abandoned
Declaration
public const string LiteralAbandoned = null
Field Value
Type | Description |
---|---|
System. |
LiteralDelivered
Literal for code: Delivered
Declaration
public const string LiteralDelivered = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplydeliveryStatusAbandoned
Literal for code: SupplydeliveryStatusAbandoned
Declaration
public const string LiteralSupplydeliveryStatusAbandoned = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplydeliveryStatusDelivered
Literal for code: SupplydeliveryStatusDelivered
Declaration
public const string LiteralSupplydeliveryStatusDelivered = null
Field Value
Type | Description |
---|---|
System. |
LiteralSupplydeliveryStatusInProgress
Literal for code: SupplydeliveryStatusInProgress
Declaration
public const string LiteralSupplydeliveryStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up SupplydeliveryStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |