Show / Hide Table of Contents

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 Source

Cancelled

The orderer of the supply cancelled the request.

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

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
| Improve this Doc View Source

LiteralCancelled

Literal for code: Cancelled

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

LiteralFailed

Literal for code: Failed

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

LiteralReceived

Literal for code: Received

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

LiteralRequested

Literal for code: Requested

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

LiteralSupplyrequestStatusCancelled

Literal for code: SupplyrequestStatusCancelled

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

LiteralSupplyrequestStatusFailed

Literal for code: SupplyrequestStatusFailed

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

LiteralSupplyrequestStatusReceived

Literal for code: SupplyrequestStatusReceived

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

LiteralSupplyrequestStatusRequested

Literal for code: SupplyrequestStatusRequested

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

Received

Supply has been received by the requestor.

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

Requested

Supply has been requested, but not dispensed.

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

Values

Dictionary for looking up SupplyrequestStatus 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