Class AssessmentEntity
EF Core entity for clinical assessments
public class AssessmentEntity
- Inheritance
-
AssessmentEntity
- Inherited Members
- Extension Methods
Properties
AuthorId
public Guid AuthorId { get; set; }
Property Value
ClinicalDocument
public ClinicalDocumentEntity ClinicalDocument { get; set; }
Property Value
ClinicalDocumentId
public Guid ClinicalDocumentId { get; set; }
Property Value
Condition
public string Condition { get; set; }
Property Value
Confidence
public string Confidence { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
DifferentialDiagnosesJson
public string? DifferentialDiagnosesJson { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
ModifiedAt
public DateTime? ModifiedAt { get; set; }
Property Value
Prognosis
public string Prognosis { get; set; }
Property Value
RequiresImmediateAction
public bool RequiresImmediateAction { get; set; }
Property Value
RiskFactorsJson
public string? RiskFactorsJson { get; set; }
Property Value
Severity
public string Severity { get; set; }