Show / Hide Table of Contents

Class ProcedureRequestPriorityCodes

Code Values for the ProcedureRequest.priority field

Inheritance
System.Object
ProcedureRequestPriorityCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class ProcedureRequestPriorityCodes : object

Fields

| Improve this Doc View Source

ASAP

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

ROUTINE

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

STAT

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

URGENT

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

Values

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