Table of Contents

Class Sample

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

Patient sample.

public class Sample
Inheritance
Sample
Inherited Members

Properties

AdditiveCode

Code of the additive in the tube.

public string AdditiveCode { get; set; }

Property Value

string

Barcode

Barcode of the sample (unique across LIS iLab).

public string Barcode { get; set; }

Property Value

string

BodyPartCode

Code of the body part the sample is taken from.

public string BodyPartCode { get; set; }

Property Value

string

DerivedFrom

Barcode of the original Sample, in case of aliquot.

public string DerivedFrom { get; set; }

Property Value

string

EventType

Type of the event.

public string EventType { get; set; }

Property Value

string

Id

Primary key in LIS iLab.

public int Id { get; set; }

Property Value

int

LaboratoryCode

Laboratory 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?