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
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
DiagnosisCount
public int DiagnosisCount { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsCompleted
public bool IsCompleted { 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
PrescriptionCount
public int PrescriptionCount { get; set; }