Class UpdateDiagnosisRequest
- Namespace
- Core.CliniCore.Requests.ClinicalDocuments
- Assembly
- Core.CliniCore.dll
Request to update an existing diagnosis entry
public class UpdateDiagnosisRequest
- Inheritance
-
UpdateDiagnosisRequest
- Inherited Members
Properties
Content
public string? Content { get; set; }
Property Value
ICD10Code
public string? ICD10Code { get; set; }
Property Value
IsActive
public bool? IsActive { get; set; }
Property Value
- bool?
IsPrimary
public bool? IsPrimary { get; set; }
Property Value
- bool?
OnsetDate
public DateTime? OnsetDate { get; set; }
Property Value
Severity
public EntrySeverity? Severity { get; set; }
Property Value
Status
public DiagnosisStatus? Status { get; set; }
Property Value
Type
public DiagnosisType? Type { get; set; }