Class UpdatePhysicianRequest
- Namespace
- Core.CliniCore.Requests.Physicians
- Assembly
- Core.CliniCore.dll
Request DTO for updating an existing physician
public class UpdatePhysicianRequest
- Inheritance
-
UpdatePhysicianRequest
- Inherited Members
Properties
Address
public string? Address { get; set; }
Property Value
AppointmentIds
public List<Guid>? AppointmentIds { get; set; }
Property Value
BirthDate
public DateTime? BirthDate { get; set; }
Property Value
GraduationDate
public DateTime? GraduationDate { get; set; }
Property Value
LicenseNumber
public string? LicenseNumber { get; set; }
Property Value
Name
[StringLength(100, MinimumLength = 1, ErrorMessage = "Name must be at least 1 character")]
public string? Name { get; set; }
Property Value
PatientIds
public List<Guid>? PatientIds { get; set; }
Property Value
Specializations
public List<string>? Specializations { get; set; }