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
DefaultAddress
Default address where message should be send.
public override string DefaultAddress { get; }
Property Value
Instrument
Instrument from which the results are received.
public Instrument Instrument { get; set; }
Property Value
Sample
Sample being tested and approved.
public Sample Sample { get; set; }