Table of Contents

Class InsuranceCheck

Namespace
Skyware.Lis.EventsModel.BgNra
Assembly
Skyware.Lis.EventsModel.dll

Occurs when Health Insurance (Bulgaria, NRA) is checked

public class InsuranceCheck : BaseMessage
Inheritance
InsuranceCheck
Inherited Members

Properties

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

OriginalFile

Base64 encoded answer from the NRA service

public string OriginalFile { get; set; }

Property Value

string

Pid

Patient identifier

public string Pid { get; set; }

Property Value

string

PidType

Patient identifier type, according to LIS iLab

public int PidType { get; set; }

Property Value

int

Status

Zero means insured, any non zero values indicates problem with insurance

public int Status { get; set; }

Property Value

int

StatusText

Textual representation of a status

public string StatusText { get; set; }

Property Value

string

VisitId

Visit to which the patient is associated in the check

public int VisitId { get; set; }

Property Value

int