Table of Contents

Class AddAssessmentCommand.Parameters

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

Defines the parameter keys used by AddAssessmentCommand.

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

Fields

ClinicalImpression

Parameter key for the clinical impression text.

public const string ClinicalImpression = "clinical_impression"

Field Value

string

Condition

Parameter key for the patient's overall condition assessment.

public const string Condition = "condition"

Field Value

string

Confidence

Parameter key for the confidence level in the assessment.

public const string Confidence = "confidence"

Field Value

string

DifferentialDiagnoses

Parameter key for a collection of differential diagnoses.

public const string DifferentialDiagnoses = "differential_diagnoses"

Field Value

string

DocumentId

Parameter key for the target clinical document identifier.

public const string DocumentId = "document_id"

Field Value

string

Prognosis

Parameter key for the prognosis assessment.

public const string Prognosis = "prognosis"

Field Value

string

RequiresImmediateAction

Parameter key indicating whether the assessment requires immediate action.

public const string RequiresImmediateAction = "requires_immediate_action"

Field Value

string

RiskFactors

Parameter key for a collection of identified risk factors.

public const string RiskFactors = "risk_factors"

Field Value

string

Severity

Parameter key for the severity of the clinical situation.

public const string Severity = "severity"

Field Value

string