Class UpdateDiagnosisCommand.Parameters
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
DiagnosisId
Parameter key for the diagnosis entry identifier.
public const string DiagnosisId = "diagnosis_id"
Field Value
DocumentId
Parameter key for the clinical document identifier that owns the diagnosis.
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 associated with the diagnosis.
public const string Severity = "severity"
Field Value
Status
Parameter key for the diagnosis status.
public const string Status = "status"
Field Value
Type
Parameter key for the diagnosis type.
public const string Type = "type"