Table of Contents

Class ReferralEvents

Namespace
Skyware.Lis.EventsModel.BgNhis
Assembly
Skyware.Lis.EventsModel.dll

Well-known values for referral events

public class ReferralEvents
Inheritance
ReferralEvents
Inherited Members

Fields

IMPORTED

New referral is imported

public const string IMPORTED = "Imported"

Field Value

string

LOCKED

The imported referral is locked in NHIS

public const string LOCKED = "Locked"

Field Value

string

REMOVED

Referral is removed (deleted)

public const string REMOVED = "Removed"

Field Value

string

UNLOCKED

The imported referral is unlocked in NHIS

public const string UNLOCKED = "Unlocked"

Field Value

string