Table of Contents

Class AssessmentDto

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

DTO for clinical assessments with full field support

public class AssessmentDto
Inheritance
AssessmentDto
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

Condition

public PatientCondition Condition { get; set; }

Property Value

PatientCondition

Confidence

public ConfidenceLevel Confidence { get; set; }

Property Value

ConfidenceLevel

Content

public string Content { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DifferentialDiagnoses

public List<string> DifferentialDiagnoses { get; set; }

Property Value

List<string>

DocumentId

public Guid DocumentId { get; set; }

Property Value

Guid

Id

public Guid Id { get; set; }

Property Value

Guid

IsActive

public bool IsActive { get; set; }

Property Value

bool

ModifiedAt

public DateTime? ModifiedAt { get; set; }

Property Value

DateTime?

Prognosis

public Prognosis Prognosis { get; set; }

Property Value

Prognosis

RequiresImmediateAction

public bool RequiresImmediateAction { get; set; }

Property Value

bool

RiskFactors

public List<string> RiskFactors { get; set; }

Property Value

List<string>

Severity

public EntrySeverity Severity { get; set; }

Property Value

EntrySeverity