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
Doctor
Referring doctor.
public Doctor Doctor { get; set; }
Property Value
EventType
Type of the event.
public string EventType { get; set; }
Property Value
Examinations
Collection of Examination ordered in this visit.
public IEnumerable<Examination> Examinations { get; set; }
Property Value
Patient
Patient of the visit.
public Patient Patient { get; set; }
Property Value
SaleId
Identifier in LIS iLab.
public int SaleId { get; set; }
Property Value
SaleSchema
Sale schema of the sale.
public SaleSchema SaleSchema { get; set; }
Property Value
Samples
Collection of Sample, associated with this visit.
public IEnumerable<Sample> Samples { get; set; }