Class PriorityCodes
- Namespace
- Skyware.Lis.EventsModel.Orders
- Assembly
- Skyware.Lis.EventsModel.dll
HL7 compatible priority codes (0485 - Extended Priority Codes)
public class PriorityCodes
- Inheritance
-
PriorityCodes
- Inherited Members
Fields
ASAP
As soon as possible
public const string ASAP = "A"
Field Value
AS_NEEDED
As needed
public const string AS_NEEDED = "PRN"
Field Value
CALLBACK
Callback
public const string CALLBACK = "C"
Field Value
PREOP
Prior to operation
public const string PREOP = "P"
Field Value
ROUTINE
Routine (default priority)
public const string ROUTINE = "R"
Field Value
STAT
STAT, emergency
public const string STAT = "S"
Field Value
TIMING_CRITICAL
Time critical
public const string TIMING_CRITICAL = "T"