Table of Contents

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

string

AppointmentIds

public List<Guid>? AppointmentIds { get; set; }

Property Value

List<Guid>

BirthDate

public DateTime? BirthDate { get; set; }

Property Value

DateTime?

GraduationDate

public DateTime? GraduationDate { get; set; }

Property Value

DateTime?

LicenseNumber

public string? LicenseNumber { get; set; }

Property Value

string

Name

[StringLength(100, MinimumLength = 1, ErrorMessage = "Name must be at least 1 character")]
public string? Name { get; set; }

Property Value

string

PatientIds

public List<Guid>? PatientIds { get; set; }

Property Value

List<Guid>

Specializations

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

Property Value

List<string>