Table of Contents

Class ClinicalDocumentDto

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

Response DTO representing a clinical document with full details

public class ClinicalDocumentDto
Inheritance
ClinicalDocumentDto
Inherited Members
Extension Methods

Properties

AppointmentId

public Guid AppointmentId { get; set; }

Property Value

Guid

Assessments

public List<AssessmentDto> Assessments { get; set; }

Property Value

List<AssessmentDto>

ChiefComplaint

public string? ChiefComplaint { get; set; }

Property Value

string

CompletedAt

public DateTime? CompletedAt { get; set; }

Property Value

DateTime?

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Diagnoses

public List<DiagnosisDto> Diagnoses { get; set; }

Property Value

List<DiagnosisDto>

Id

public Guid Id { get; set; }

Property Value

Guid

IsCompleted

public bool IsCompleted { get; set; }

Property Value

bool

Observations

public List<ObservationDto> Observations { get; set; }

Property Value

List<ObservationDto>

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

Plans

public List<PlanDto> Plans { get; set; }

Property Value

List<PlanDto>

Prescriptions

public List<PrescriptionDto> Prescriptions { get; set; }

Property Value

List<PrescriptionDto>