Class Examination
- Namespace
- Skyware.Lis.EventsModel.Common
- Assembly
- Skyware.Lis.EventsModel.dll
Laboratory examination - test or panel.
public class Examination
- Inheritance
-
Examination
- Inherited Members
Properties
Code
Code (usually LOINC) of the examination.
public string Code { 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
IsPanel
True if the examination is a panel (profile).
public bool? IsPanel { get; set; }
Property Value
- bool?
Name
Name of the examination
public string Name { get; set; }