Table of Contents

Class ResultsSet

Namespace
Skyware.Lis.EventsModel.Results
Assembly
Skyware.Lis.EventsModel.dll

Represent set of saved results.

public class ResultsSet : BaseMessage
Inheritance
ResultsSet
Inherited Members

Properties

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

DoctorId

Id of the referring doctor in LIS iLab.

public int? DoctorId { get; set; }

Property Value

int?

Fund1Id

Find or clinic #1

public int? Fund1Id { get; set; }

Property Value

int?

Fund2Id

Find or clinic #2

public int? Fund2Id { get; set; }

Property Value

int?

Patient

Patient

public Patient Patient { get; set; }

Property Value

Patient

SchemaId

Id of a sale schema in LIS iLab.

public int? SchemaId { get; set; }

Property Value

int?

VisitId

PK of the Visit in LIS iLab.

public int? VisitId { get; set; }

Property Value

int?