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
GraduationDate
public DateTime GraduationDate { get; set; }
Property Value
LicenseNumber
public string LicenseNumber { get; set; }
Property Value
PatientCount
public int PatientCount { get; set; }
Property Value
Specializations
public List<string> Specializations { get; set; }