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
Condition
public PatientCondition Condition { get; set; }
Property Value
Confidence
public ConfidenceLevel Confidence { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
DifferentialDiagnoses
public List<string> DifferentialDiagnoses { get; set; }
Property Value
DocumentId
public Guid DocumentId { 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 Prognosis Prognosis { get; set; }
Property Value
RequiresImmediateAction
public bool RequiresImmediateAction { get; set; }
Property Value
RiskFactors
public List<string> RiskFactors { get; set; }
Property Value
Severity
public EntrySeverity Severity { get; set; }