Show / Hide Table of Contents

Class DeviceUseRequestPriorityCodes

Codes representing the priority of the request.

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

Fields

| Improve this Doc View Source

ASAP

The request should be acted on as soon as possible.

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

LiteralASAP

Literal for code: ASAP

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

LiteralDeviceUseRequestPriorityASAP

Literal for code: DeviceUseRequestPriorityASAP

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

LiteralDeviceUseRequestPriorityRoutine

Literal for code: DeviceUseRequestPriorityRoutine

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

LiteralDeviceUseRequestPriorityStat

Literal for code: DeviceUseRequestPriorityStat

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

LiteralDeviceUseRequestPriorityUrgent

Literal for code: DeviceUseRequestPriorityUrgent

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

LiteralRoutine

Literal for code: Routine

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

LiteralStat

Literal for code: Stat

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

LiteralUrgent

Literal for code: Urgent

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

Routine

The request has a normal priority.

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

Stat

The request is time-critical.

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

Urgent

The request should be done urgently.

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

Values

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