Class PhysicianEntity
EF Core entity for physician persistence. Inherits common fields (Id, Username, CreatedAt, Name, Address, BirthDate) from ProfileEntityBase.
public class PhysicianEntity : ProfileEntityBase
- Inheritance
-
PhysicianEntity
- Inherited Members
- Extension Methods
Properties
AppointmentIdsJson
public string AppointmentIdsJson { get; set; }
Property Value
GraduationDate
public DateTime GraduationDate { get; set; }
Property Value
LicenseNumber
public string LicenseNumber { get; set; }
Property Value
PatientIdsJson
public string PatientIdsJson { get; set; }
Property Value
SpecializationsJson
public string SpecializationsJson { get; set; }