Class AddDiagnosisCommand.Parameters
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
DiagnosisStatus
Parameter key for the diagnosis status.
public const string DiagnosisStatus = "diagnosis_status"
Field Value
DiagnosisType
Parameter key for the diagnosis type.
public const string DiagnosisType = "diagnosis_type"
Field Value
DocumentId
Parameter key for the target clinical document identifier.
public const string DocumentId = "document_id"
Field Value
ICD10Code
Parameter key for the ICD-10 diagnosis code.
public const string ICD10Code = "icd10_code"
Field Value
IsPrimary
Parameter key indicating whether this is the primary diagnosis.
public const string IsPrimary = "is_primary"
Field Value
OnsetDate
Parameter key for the diagnosis onset date.
public const string OnsetDate = "onset_date"
Field Value
Severity
Parameter key for the severity of the diagnosis.
public const string Severity = "severity"