Class Sample
- Namespace
- Skyware.Lis.EventsModel.Instruments
- Assembly
- Skyware.Lis.EventsModel.dll
Represents sample in communication with the Instrument
public class Sample
- Inheritance
-
Sample
- Inherited Members
Properties
DiskOrRackId
Disk or rack identifier where sample is found in given instrument.
public string DiskOrRackId { get; set; }
Property Value
DiskOrRackPosition
Position in the disk/rack of the sample.
public string DiskOrRackPosition { get; set; }
Property Value
InstrumentCode
Code of the sample type a it is known to the instrument.
public string InstrumentCode { get; set; }
Property Value
InstrumentSampleId
Sequence number or any other identifier by which sample is known in the querying instrument.
public string InstrumentSampleId { get; set; }
Property Value
SampleId
SampleId (barcode) of a tube or vessel.
public string SampleId { get; set; }
Property Value
Taken
Date of time when the sample is taken.
public DateTime? Taken { get; set; }