Table of Contents

Class AddDiagnosisCommand.Parameters

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

Defines the parameter keys used by AddDiagnosisCommand.

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

Fields

DiagnosisDescription

Parameter key for the diagnosis description.

public const string DiagnosisDescription = "diagnosis_description"

Field Value

string

DiagnosisStatus

Parameter key for the diagnosis status.

public const string DiagnosisStatus = "diagnosis_status"

Field Value

string

DiagnosisType

Parameter key for the diagnosis type.

public const string DiagnosisType = "diagnosis_type"

Field Value

string

DocumentId

Parameter key for the target clinical document identifier.

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 of the diagnosis.

public const string Severity = "severity"

Field Value

string