Table of Contents

Class PatientDto

Namespace
Core.CliniCore.DTOs.Patients
Assembly
Core.CliniCore.dll

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

public class PatientDto : ProfileDtoBase
Inheritance
PatientDto
Inherited Members
Extension Methods

Properties

AppointmentCount

public int AppointmentCount { get; set; }

Property Value

int

AppointmentIds

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

Property Value

List<Guid>

ClinicalDocumentCount

public int ClinicalDocumentCount { get; set; }

Property Value

int

ClinicalDocumentIds

public List<Guid> ClinicalDocumentIds { get; set; }

Property Value

List<Guid>

Gender

public string Gender { get; set; }

Property Value

string

PrimaryPhysicianId

public Guid? PrimaryPhysicianId { get; set; }

Property Value

Guid?

PrimaryPhysicianName

public string? PrimaryPhysicianName { get; set; }

Property Value

string

Race

public string? Race { get; set; }

Property Value

string