Table of Contents

Class ResultApproval

Namespace
Skyware.Lis.EventsModel.Instruments
Assembly
Skyware.Lis.EventsModel.dll

Occurs when single test result is approved and sent to LIS.

public class ResultApproval : BaseMessage
Inheritance
ResultApproval
Inherited Members

Remarks

This event is emitted from communication applications (Iris, iLink, etc.) upon approval of a single test result.

Properties

Data

Examination results being validated (ResultData).

public ResultData Data { get; set; }

Property Value

ResultData

DefaultAddress

Default address where message should be send.

public override string DefaultAddress { get; }

Property Value

string

Instrument

Instrument from which the results are received.

public Instrument Instrument { get; set; }

Property Value

Instrument

Sample

Sample being tested and approved.

public Sample Sample { get; set; }

Property Value

Sample