Table of Contents

Class PlanEntity

Namespace
API.CliniCore.Data.Entities.ClinicalEntries
Assembly
API.CliniCore.dll

EF Core entity for treatment plans

public class PlanEntity
Inheritance
PlanEntity
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

ClinicalDocument

public ClinicalDocumentEntity ClinicalDocument { get; set; }

Property Value

ClinicalDocumentEntity

ClinicalDocumentId

public Guid ClinicalDocumentId { 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

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 string Priority { get; set; }

Property Value

string

RelatedDiagnosisIdsJson

public string? RelatedDiagnosisIdsJson { get; set; }

Property Value

string

Severity

public string Severity { get; set; }

Property Value

string

TargetDate

public DateTime? TargetDate { get; set; }

Property Value

DateTime?

Type

public string Type { get; set; }

Property Value

string