Table of Contents

Class ClinicalDocumentSummaryDto

Namespace
Core.CliniCore.DTOs.ClinicalDocuments
Assembly
Core.CliniCore.dll

Summary DTO for listing clinical documents

public class ClinicalDocumentSummaryDto
Inheritance
ClinicalDocumentSummaryDto
Inherited Members

Properties

ChiefComplaint

public string? ChiefComplaint { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DiagnosisCount

public int DiagnosisCount { get; set; }

Property Value

int

Id

public Guid Id { get; set; }

Property Value

Guid

IsCompleted

public bool IsCompleted { get; set; }

Property Value

bool

PatientId

public Guid PatientId { get; set; }

Property Value

Guid

PatientName

public string? PatientName { get; set; }

Property Value

string

PhysicianId

public Guid PhysicianId { get; set; }

Property Value

Guid

PhysicianName

public string? PhysicianName { get; set; }

Property Value

string

PrescriptionCount

public int PrescriptionCount { get; set; }

Property Value

int