Table of Contents

Class Doctor

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

Represent medical doctor (inherits Person)

public class Doctor : Person
Inheritance
Doctor
Derived
Inherited Members

Properties

Id

Identifier in the LIS iLab

public int Id { get; set; }

Property Value

int

Identifier

Professional identifier issued by national or local authorities

public string Identifier { get; set; }

Property Value

string