Table of Contents

Class Sample

Namespace
Skyware.Lis.EventsModel.Common
Assembly
Skyware.Lis.EventsModel.dll

Represent a sample to be tested

public class Sample
Inheritance
Sample
Inherited Members

Properties

Barcode

Barcode of the sample (unique across LIS iLab)

public string Barcode { get; set; }

Property Value

string

DerivedFrom

Barcode of the original Sample, in case of aliquot

public string DerivedFrom { get; set; }

Property Value

string

LaboratoryCode

Laboratory wide code for sample type, printed on the tube

public string LaboratoryCode { get; set; }

Property Value

string

LoincCode

LOINC of the sample (sample type)

public string LoincCode { get; set; }

Property Value

string

Taken

The date and time the sample has been taken

public DateTime? Taken { get; set; }

Property Value

DateTime?