Table of Contents

Class Examination

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

Represent laboratory examination

public class Examination
Inheritance
Examination
Inherited Members

Properties

Code

Code (usually LOINC) of the examination

public string Code { get; set; }

Property Value

string

Id

Identifier 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