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
OriginalFile
Base64 encoded answer from the NRA service
public string OriginalFile { get; set; }
Property Value
Pid
Patient identifier
public string Pid { get; set; }
Property Value
PidType
Patient identifier type, according to LIS iLab
public int PidType { get; set; }
Property Value
Status
Zero means insured, any non zero values indicates problem with insurance
public int Status { get; set; }
Property Value
StatusText
Textual representation of a status
public string StatusText { get; set; }
Property Value
VisitId
Visit to which the patient is associated in the check
public int VisitId { get; set; }