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
Assessments
public List<AssessmentDto> Assessments { get; set; }
Property Value
ChiefComplaint
public string? ChiefComplaint { get; set; }
Property Value
CompletedAt
public DateTime? CompletedAt { get; set; }
Property Value
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
Diagnoses
public List<DiagnosisDto> Diagnoses { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsCompleted
public bool IsCompleted { get; set; }
Property Value
Observations
public List<ObservationDto> Observations { get; set; }
Property Value
PatientId
public Guid PatientId { get; set; }
Property Value
PatientName
public string? PatientName { get; set; }
Property Value
PhysicianId
public Guid PhysicianId { get; set; }
Property Value
PhysicianName
public string? PhysicianName { get; set; }
Property Value
Plans
public List<PlanDto> Plans { get; set; }
Property Value
Prescriptions
public List<PrescriptionDto> Prescriptions { get; set; }