Table of Contents

Class AssessmentEntity

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

EF Core entity for clinical assessments

public class AssessmentEntity
Inheritance
AssessmentEntity
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

ClinicalDocument

public ClinicalDocumentEntity ClinicalDocument { get; set; }

Property Value

ClinicalDocumentEntity

ClinicalDocumentId

public Guid ClinicalDocumentId { get; set; }

Property Value

Guid

Condition

public string Condition { get; set; }

Property Value

string

Confidence

public string Confidence { get; set; }

Property Value

string

Content

public string Content { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DifferentialDiagnosesJson

public string? DifferentialDiagnosesJson { get; set; }

Property Value

string

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 string Prognosis { get; set; }

Property Value

string

RequiresImmediateAction

public bool RequiresImmediateAction { get; set; }

Property Value

bool

RiskFactorsJson

public string? RiskFactorsJson { get; set; }

Property Value

string

Severity

public string Severity { get; set; }

Property Value

string