Show / Hide Table of Contents

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 Source

Abandoned

Dispensing was not completed.

Declaration
public static readonly Coding Abandoned
Field Value
Type Description
Coding
| Improve this Doc View Source

Delivered

Supply has been delivered ("completed").

Declaration
public static readonly Coding Delivered
Field Value
Type Description
Coding
| Improve this Doc View Source

InProgress

Supply has been requested, but not delivered.

Declaration
public static readonly Coding InProgress
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAbandoned

Literal for code: Abandoned

Declaration
public const string LiteralAbandoned = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDelivered

Literal for code: Delivered

Declaration
public const string LiteralDelivered = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInProgress

Literal for code: InProgress

Declaration
public const string LiteralInProgress = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSupplydeliveryStatusAbandoned

Literal for code: SupplydeliveryStatusAbandoned

Declaration
public const string LiteralSupplydeliveryStatusAbandoned = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSupplydeliveryStatusDelivered

Literal for code: SupplydeliveryStatusDelivered

Declaration
public const string LiteralSupplydeliveryStatusDelivered = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSupplydeliveryStatusInProgress

Literal for code: SupplydeliveryStatusInProgress

Declaration
public const string LiteralSupplydeliveryStatusInProgress = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Dictionary for looking up SupplydeliveryStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX