Table of Contents

Class UpdateDiagnosisCommand.Parameters

Namespace
Core.CliniCore.Commands.Clinical
Assembly
Core.CliniCore.dll

Defines the parameter keys used by UpdateDiagnosisCommand.

public static class UpdateDiagnosisCommand.Parameters
Inheritance
UpdateDiagnosisCommand.Parameters
Inherited Members

Fields

Content

Parameter key for the updated diagnosis description.

public const string Content = "content"

Field Value

string

DiagnosisId

Parameter key for the diagnosis entry identifier.

public const string DiagnosisId = "diagnosis_id"

Field Value

string

DocumentId

Parameter key for the clinical document identifier that owns the diagnosis.

public const string DocumentId = "document_id"

Field Value

string

ICD10Code

Parameter key for the ICD-10 diagnosis code.

public const string ICD10Code = "icd10_code"

Field Value

string

IsPrimary

Parameter key indicating whether this is the primary diagnosis.

public const string IsPrimary = "is_primary"

Field Value

string

OnsetDate

Parameter key for the diagnosis onset date.

public const string OnsetDate = "onset_date"

Field Value

string

Severity

Parameter key for the severity associated with the diagnosis.

public const string Severity = "severity"

Field Value

string

Status

Parameter key for the diagnosis status.

public const string Status = "status"

Field Value

string

Type

Parameter key for the diagnosis type.

public const string Type = "type"

Field Value

string