Table of Contents

Class PhysicianDto

Namespace
Core.CliniCore.DTOs.Physicians
Assembly
Core.CliniCore.dll

Response DTO representing a physician profile. Inherits common fields (Id, Username, CreatedAt, Name, Address, BirthDate) from ProfileDtoBase.

public class PhysicianDto : ProfileDtoBase
Inheritance
PhysicianDto
Inherited Members
Extension Methods

Properties

AppointmentCount

public int AppointmentCount { get; set; }

Property Value

int

GraduationDate

public DateTime GraduationDate { get; set; }

Property Value

DateTime

LicenseNumber

public string LicenseNumber { get; set; }

Property Value

string

PatientCount

public int PatientCount { get; set; }

Property Value

int

Specializations

public List<string> Specializations { get; set; }

Property Value

List<string>