Table of Contents

Class Visit

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

Represent a simple visit of the Patient in the laboratory

public class Visit
Inheritance
Visit
Inherited Members

Properties

Examinations

Collection of Examination ordered in this visit

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

Property Value

IEnumerable<Examination>

Id

Identifier in LIS iLab

public int Id { get; set; }

Property Value

int

Patient

Patient of the visit

public Patient Patient { get; set; }

Property Value

Patient

Samples

Collection of Sample, associated with this visit

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

Property Value

IEnumerable<Sample>