Table of Contents

Class AddPlanCommand.Parameters

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

Defines the parameter keys used by AddPlanCommand.

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

Fields

DocumentId

Parameter key for the target clinical document identifier.

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

PlanDescription

Parameter key for the plan description.

public const string PlanDescription = "plan_description"

Field Value

string

PlanType

Parameter key for the plan type.

public const string PlanType = "plan_type"

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 date by which the plan should be completed.

public const string TargetDate = "target_date"

Field Value

string