Table of Contents

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

string

AS_NEEDED

As needed

public const string AS_NEEDED = "PRN"

Field Value

string

CALLBACK

Callback

public const string CALLBACK = "C"

Field Value

string

PREOP

Prior to operation

public const string PREOP = "P"

Field Value

string

ROUTINE

Routine (default priority)

public const string ROUTINE = "R"

Field Value

string

STAT

STAT, emergency

public const string STAT = "S"

Field Value

string

TIMING_CRITICAL

Time critical

public const string TIMING_CRITICAL = "T"

Field Value

string