Table of Contents

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

string

DiskOrRackPosition

Position in the disk/rack of the sample

public string DiskOrRackPosition { get; set; }

Property Value

string

InstrumentCode

Code of the sample type a it is known to the instrument

public string InstrumentCode { get; set; }

Property Value

string

InstrumentSampleId

Sequence number or any other identifier by which sample is known in the querying instrument

public string InstrumentSampleId { get; set; }

Property Value

string

SampleId

SampleId (barcode) of a tube or vessel

public string SampleId { get; set; }

Property Value

string

Taken

Date of time when the sample is taken

public DateTime? Taken { get; set; }

Property Value

DateTime?