Table of Contents

Class Sale

Namespace
Skyware.Lis.EventsModel.Visits
Assembly
Skyware.Lis.EventsModel.dll

Represents base Visit object (v4.x)

public class Sale : BaseMessage
Inheritance
Sale
Inherited Members

Properties

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

Doctor

Referring doctor

public Doctor Doctor { get; set; }

Property Value

Doctor

EventType

Type of the event

public string EventType { get; set; }

Property Value

string

Examinations

Collection of Examination ordered in this visit

public IEnumerable<Examination> Examinations { get; set; }

Property Value

IEnumerable<Examination>

Patient

Patient of the visit

public Patient Patient { get; set; }

Property Value

Patient

SaleId

Identifier in LIS iLab

public int SaleId { get; set; }

Property Value

int

SaleSchema

Sale schema of the sale

public SaleSchema SaleSchema { get; set; }

Property Value

SaleSchema

Samples

Collection of Sample, associated with this visit

public IEnumerable<Sample> Samples { get; set; }

Property Value

IEnumerable<Sample>