Class AddPlanCommand.Parameters
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
FollowUpInstructions
Parameter key for follow-up instructions.
public const string FollowUpInstructions = "follow_up_instructions"
Field Value
PlanDescription
Parameter key for the plan description.
public const string PlanDescription = "plan_description"
Field Value
PlanType
Parameter key for the plan type.
public const string PlanType = "plan_type"
Field Value
Priority
Parameter key for the plan priority.
public const string Priority = "priority"
Field Value
RelatedDiagnoses
Parameter key for identifiers of related diagnoses.
public const string RelatedDiagnoses = "related_diagnoses"
Field Value
Severity
Parameter key for the severity associated with the plan.
public const string Severity = "severity"
Field Value
TargetDate
Parameter key for the target date by which the plan should be completed.
public const string TargetDate = "target_date"