Table of Contents

Class ClinicalDocumentEntity

Namespace
API.CliniCore.Data.Entities.Clinical
Assembly
API.CliniCore.dll

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

Guid

Assessments

public ICollection<AssessmentEntity> Assessments { get; set; }

Property Value

ICollection<AssessmentEntity>

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 ICollection<DiagnosisEntity> Diagnoses { get; set; }

Property Value

ICollection<DiagnosisEntity>

Id

public Guid Id { get; set; }

Property Value

Guid

Observations

public ICollection<ObservationEntity> Observations { get; set; }

Property Value

ICollection<ObservationEntity>

PatientId

public Guid PatientId { get; set; }

Property Value

Guid

PhysicianId

public Guid PhysicianId { get; set; }

Property Value

Guid

Plans

public ICollection<PlanEntity> Plans { get; set; }

Property Value

ICollection<PlanEntity>

Prescriptions

public ICollection<PrescriptionEntity> Prescriptions { get; set; }

Property Value

ICollection<PrescriptionEntity>