Table of Contents

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

string

ICD10Code

public string? ICD10Code { get; set; }

Property Value

string

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

DateTime?

Severity

public EntrySeverity? Severity { get; set; }

Property Value

EntrySeverity?

Status

public DiagnosisStatus? Status { get; set; }

Property Value

DiagnosisStatus?

Type

public DiagnosisType? Type { get; set; }

Property Value

DiagnosisType?