Class Result
- Namespace
- Skyware.Lis.EventsModel.Instruments
- Assembly
- Skyware.Lis.EventsModel.dll
Occurs when results is received from an Instrument
public class Result : BaseMessage
- Inheritance
-
Result
- Inherited Members
Properties
Data
Examination results (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 result is received
public Instrument Instrument { get; set; }
Property Value
Sample
Sample being tested
public Sample Sample { get; set; }