Table of Contents

Class CreatePlanRequest

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

Request to create a new plan entry

public class CreatePlanRequest
Inheritance
CreatePlanRequest
Inherited Members

Properties

AuthorId

public Guid? AuthorId { get; set; }

Property Value

Guid?

Content

public string Content { get; set; }

Property Value

string

FollowUpInstructions

public string? FollowUpInstructions { get; set; }

Property Value

string

Id

public Guid? Id { get; set; }

Property Value

Guid?

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