Table of Contents

Class UpdateAssessmentCommand.Parameters

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

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

string

ClinicalImpression

Parameter key for the updated clinical impression text.

public const string ClinicalImpression = "clinical_impression"

Field Value

string

Code

Parameter key for a coding system identifier associated with the assessment.

public const string Code = "code"

Field Value

string

Condition

Parameter key for the patient condition.

public const string Condition = "condition"

Field Value

string

Confidence

Parameter key for the confidence level of the assessment.

public const string Confidence = "confidence"

Field Value

string

DifferentialDiagnoses

Parameter key for the collection of differential diagnoses.

public const string DifferentialDiagnoses = "differential_diagnoses"

Field Value

string

DocumentId

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

public const string DocumentId = "document_id"

Field Value

string

Prognosis

Parameter key for the prognosis value.

public const string Prognosis = "prognosis"

Field Value

string

RequiresImmediateAction

Parameter key indicating whether immediate action is required.

public const string RequiresImmediateAction = "requires_immediate_action"

Field Value

string

RiskFactors

Parameter key for the collection of risk factors.

public const string RiskFactors = "risk_factors"

Field Value

string

Severity

Parameter key for the assessment severity.

public const string Severity = "severity"

Field Value

string