Show / Hide Table of Contents

Class DevicestatusCodes

The availability status of the device.

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

Fields

| Improve this Doc View Source

Available

The Device is available for use.

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

EnteredInError

The Device was entered in error and voided.

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

LiteralAvailable

Literal for code: Available

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

LiteralDevicestatusAvailable

Literal for code: DevicestatusAvailable

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

LiteralDevicestatusEnteredInError

Literal for code: DevicestatusEnteredInError

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

LiteralDevicestatusNotAvailable

Literal for code: DevicestatusNotAvailable

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

LiteralEnteredInError

Literal for code: EnteredInError

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

LiteralNotAvailable

Literal for code: NotAvailable

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

NotAvailable

The Device is no longer available for use (e.g. lost, expired, damaged).

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

Values

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