Table of Contents

Class DiagnosisDto

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

DTO for diagnosis entries with full domain field support

public class DiagnosisDto
Inheritance
DiagnosisDto
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

Content

public string Content { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DocumentId

public Guid DocumentId { get; set; }

Property Value

Guid

ICD10Code

public string? ICD10Code { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

IsActive

public bool IsActive { get; set; }

Property Value

bool

IsPrimary

public bool IsPrimary { get; set; }

Property Value

bool

ModifiedAt

public DateTime? ModifiedAt { get; set; }

Property Value

DateTime?

OnsetDate

public DateTime? OnsetDate { get; set; }

Property Value

DateTime?

RelatedPrescriptionIds

public List<Guid> RelatedPrescriptionIds { get; set; }

Property Value

List<Guid>

Severity

public EntrySeverity Severity { get; set; }

Property Value

EntrySeverity

Status

public DiagnosisStatus Status { get; set; }

Property Value

DiagnosisStatus

SupportingObservationIds

public List<Guid> SupportingObservationIds { get; set; }

Property Value

List<Guid>

Type

public DiagnosisType Type { get; set; }

Property Value

DiagnosisType