Table of Contents

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

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

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; }

Property Value

string