Class UpdateAssessmentCommand.Parameters
Defines the parameter keys used by UpdateAssessmentCommand.
public static class UpdateAssessmentCommand.Parameters
- Inheritance
-
UpdateAssessmentCommand.Parameters
- Inherited Members
Fields
AssessmentId
Parameter key for the assessment entry identifier.
public const string AssessmentId = "assessment_id"
Field Value
ClinicalImpression
Parameter key for the updated clinical impression text.
public const string ClinicalImpression = "clinical_impression"
Field Value
Code
Parameter key for a coding system identifier associated with the assessment.
public const string Code = "code"
Field Value
Condition
Parameter key for the patient condition.
public const string Condition = "condition"
Field Value
Confidence
Parameter key for the confidence level of the assessment.
public const string Confidence = "confidence"
Field Value
DifferentialDiagnoses
Parameter key for the collection of differential diagnoses.
public const string DifferentialDiagnoses = "differential_diagnoses"
Field Value
DocumentId
Parameter key for the clinical document identifier that owns the assessment.
public const string DocumentId = "document_id"
Field Value
Prognosis
Parameter key for the prognosis value.
public const string Prognosis = "prognosis"
Field Value
RequiresImmediateAction
Parameter key indicating whether immediate action is required.
public const string RequiresImmediateAction = "requires_immediate_action"
Field Value
RiskFactors
Parameter key for the collection of risk factors.
public const string RiskFactors = "risk_factors"
Field Value
Severity
Parameter key for the assessment severity.
public const string Severity = "severity"