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
Barcode
Barcode of the sample (unique across LIS iLab).
public string Barcode { get; set; }
Property Value
BodyPartCode
Code of the body part the sample is taken from.
public string BodyPartCode { get; set; }
Property Value
DerivedFrom
Barcode of the original Sample, in case of aliquot.
public string DerivedFrom { get; set; }
Property Value
EventType
Type of the event.
public string EventType { get; set; }
Property Value
Id
Primary key in LIS iLab.
public int Id { get; set; }
Property Value
LaboratoryCode
Laboratory code for sample type printed on the tube.
public string LaboratoryCode { get; set; }
Property Value
LoincCode
LOINC of the sample (sample type).
public string LoincCode { get; set; }
Property Value
Taken
The date and time the sample has been taken.
public DateTime? Taken { get; set; }