Class ClinicalDocumentEntity
EF Core entity for clinical document persistence.
public class ClinicalDocumentEntity
- Inheritance
-
ClinicalDocumentEntity
- Inherited Members
- Extension Methods
Properties
AppointmentId
public Guid AppointmentId { get; set; }
Property Value
Assessments
public ICollection<AssessmentEntity> 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 ICollection<DiagnosisEntity> Diagnoses { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
Observations
public ICollection<ObservationEntity> Observations { get; set; }
Property Value
PatientId
public Guid PatientId { get; set; }
Property Value
PhysicianId
public Guid PhysicianId { get; set; }
Property Value
Plans
public ICollection<PlanEntity> Plans { get; set; }
Property Value
Prescriptions
public ICollection<PrescriptionEntity> Prescriptions { get; set; }