Table of Contents

Class UpdatePlanCommand.Parameters

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

Defines the parameter keys used by UpdatePlanCommand.

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

Fields

Code

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

public const string Code = "code"

Field Value

string

Content

Parameter key for the updated plan content.

public const string Content = "content"

Field Value

string

DocumentId

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

public const string DocumentId = "document_id"

Field Value

string

FollowUpInstructions

Parameter key for follow-up instructions.

public const string FollowUpInstructions = "follow_up_instructions"

Field Value

string

IsCompleted

Parameter key indicating whether the plan is completed.

public const string IsCompleted = "is_completed"

Field Value

string

PlanId

Parameter key for the plan entry identifier.

public const string PlanId = "plan_id"

Field Value

string

Priority

Parameter key for the plan priority.

public const string Priority = "priority"

Field Value

string

RelatedDiagnoses

Parameter key for identifiers of related diagnoses.

public const string RelatedDiagnoses = "related_diagnoses"

Field Value

string

Severity

Parameter key for the severity associated with the plan.

public const string Severity = "severity"

Field Value

string

TargetDate

Parameter key for the target completion date.

public const string TargetDate = "target_date"

Field Value

string

Type

Parameter key for the plan type.

public const string Type = "type"

Field Value

string