Class UpdatePlanCommand.Parameters
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
Content
Parameter key for the updated plan content.
public const string Content = "content"
Field Value
DocumentId
Parameter key for the clinical document identifier that owns the plan.
public const string DocumentId = "document_id"
Field Value
FollowUpInstructions
Parameter key for follow-up instructions.
public const string FollowUpInstructions = "follow_up_instructions"
Field Value
IsCompleted
Parameter key indicating whether the plan is completed.
public const string IsCompleted = "is_completed"
Field Value
PlanId
Parameter key for the plan entry identifier.
public const string PlanId = "plan_id"
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 completion date.
public const string TargetDate = "target_date"
Field Value
Type
Parameter key for the plan type.
public const string Type = "type"