Table of Contents

Class Query

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

Occurs when Instrument queries test selection by Sample Id (barcode)

public class Query : BaseMessage
Inheritance
Query
Inherited Members

Properties

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

Instrument

Instrument which made the query

public Instrument Instrument { get; set; }

Property Value

Instrument

Sample

Sample, subject of the query

public Sample Sample { get; set; }

Property Value

Sample