Show / Hide Table of Contents

Class OrderStatusCodes

The status of the response to an order.

Inheritance
System.Object
OrderStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class OrderStatusCodes : object

Fields

| Improve this Doc View Source

Aborted

Processing the order was stopped because of some workflow/business logic reason.

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

Accepted

The order has been accepted, and work is in progress.

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

Cancelled

Processing the order was halted at the initiators request.

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

Completed

The order has been completed.

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

Error

The order was unable to be processed because of a technical error (i.e. unexpected error)

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

LiteralAborted

Literal for code: Aborted

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

LiteralAccepted

Literal for code: Accepted

Declaration
public const string LiteralAccepted = null
Field Value
Type Description
System.String
| 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

LiteralCompleted

Literal for code: Completed

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

LiteralError

Literal for code: Error

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

LiteralOrderStatusAborted

Literal for code: OrderStatusAborted

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

LiteralOrderStatusAccepted

Literal for code: OrderStatusAccepted

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

LiteralOrderStatusCancelled

Literal for code: OrderStatusCancelled

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

LiteralOrderStatusCompleted

Literal for code: OrderStatusCompleted

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

LiteralOrderStatusError

Literal for code: OrderStatusError

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

LiteralOrderStatusPending

Literal for code: OrderStatusPending

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

LiteralOrderStatusRejected

Literal for code: OrderStatusRejected

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

LiteralOrderStatusReplaced

Literal for code: OrderStatusReplaced

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

LiteralOrderStatusReview

Literal for code: OrderStatusReview

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

LiteralPending

Literal for code: Pending

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

LiteralRejected

Literal for code: Rejected

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

LiteralReplaced

Literal for code: Replaced

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

LiteralReview

Literal for code: Review

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

Pending

The order is known, but no processing has occurred at this time

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

Rejected

The order was rejected because of a workflow/business logic reason

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

Replaced

The order has been cancelled and replaced by another.

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

Review

The order is undergoing initial processing to determine whether it will be accepted (usually this involves human review)

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

Values

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