Table of Contents

Class UpdatePlanRequest

Namespace
Core.CliniCore.Requests.ClinicalDocuments
Assembly
Core.CliniCore.dll

Request to update an existing plan entry

public class UpdatePlanRequest
Inheritance
UpdatePlanRequest
Inherited Members

Properties

Content

public string? Content { get; set; }

Property Value

string

FollowUpInstructions

public string? FollowUpInstructions { get; set; }

Property Value

string

IsActive

public bool? IsActive { get; set; }

Property Value

bool?

IsCompleted

public bool? IsCompleted { get; set; }

Property Value

bool?

Priority

public PlanPriority? Priority { get; set; }

Property Value

PlanPriority?

RelatedDiagnosisIds

public List<Guid>? RelatedDiagnosisIds { get; set; }

Property Value

List<Guid>

Severity

public EntrySeverity? Severity { get; set; }

Property Value

EntrySeverity?

TargetDate

public DateTime? TargetDate { get; set; }

Property Value

DateTime?

Type

public PlanType? Type { get; set; }

Property Value

PlanType?