Table of Contents

Class PhysicianEntity

Namespace
API.CliniCore.Data.Entities.User
Assembly
API.CliniCore.dll

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

string

GraduationDate

public DateTime GraduationDate { get; set; }

Property Value

DateTime

LicenseNumber

public string LicenseNumber { get; set; }

Property Value

string

PatientIdsJson

public string PatientIdsJson { get; set; }

Property Value

string

SpecializationsJson

public string SpecializationsJson { get; set; }

Property Value

string