Table of Contents

Class UpdatePatientRequest

Namespace
Core.CliniCore.Requests.Patients
Assembly
Core.CliniCore.dll

Request DTO for updating an existing patient

public class UpdatePatientRequest
Inheritance
UpdatePatientRequest
Inherited Members

Properties

Address

public string? Address { get; set; }

Property Value

string

BirthDate

public DateTime? BirthDate { get; set; }

Property Value

DateTime?

Gender

public string? Gender { 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

PrimaryPhysicianId

public Guid? PrimaryPhysicianId { get; set; }

Property Value

Guid?

Race

public string? Race { get; set; }

Property Value

string