Class Doctor
- Namespace
- Skyware.Lis.EventsModel.Common
- Assembly
- Skyware.Lis.EventsModel.dll
Represent medical doctor (inherits Person)
[JsonDerivedType(typeof(BgDoctor))]
public class Doctor : Person
- Inheritance
-
Doctor
- Derived
- Inherited Members
Properties
Id
Identifier in the LIS iLab
public int Id { get; set; }
Property Value
Identifier
Professional identifier issued by national or local healthcare authorities
public string Identifier { get; set; }