Table of Contents

Class PlanDto

Namespace
Core.CliniCore.DTOs.ClinicalDocuments
Assembly
Core.CliniCore.dll

DTO for treatment plan entries with full field support

public class PlanDto
Inheritance
PlanDto
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

CompletedDate

public DateTime? CompletedDate { get; set; }

Property Value

DateTime?

Content

public string Content { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DocumentId

public Guid DocumentId { get; set; }

Property Value

Guid

FollowUpInstructions

public string? FollowUpInstructions { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

IsActive

public bool IsActive { get; set; }

Property Value

bool

IsCompleted

public bool IsCompleted { get; set; }

Property Value

bool

ModifiedAt

public DateTime? ModifiedAt { get; set; }

Property Value

DateTime?

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