Class UpdateAssessmentRequest
- Namespace
- Core.CliniCore.Requests.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Request to update an existing assessment entry
public class UpdateAssessmentRequest
- Inheritance
-
UpdateAssessmentRequest
- Inherited Members
Properties
Condition
public PatientCondition? Condition { get; set; }
Property Value
Confidence
public ConfidenceLevel? Confidence { get; set; }
Property Value
Content
public string? Content { get; set; }
Property Value
DifferentialDiagnoses
public List<string>? DifferentialDiagnoses { get; set; }
Property Value
IsActive
public bool? IsActive { get; set; }
Property Value
- bool?
Prognosis
public Prognosis? Prognosis { get; set; }
Property Value
RequiresImmediateAction
public bool? RequiresImmediateAction { get; set; }
Property Value
- bool?
RiskFactors
public List<string>? RiskFactors { get; set; }
Property Value
Severity
public EntrySeverity? Severity { get; set; }