Table of Contents

Class PatientCarePlan

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a care plan for a patient, encapsulating the details and coordination of medical treatment and health management.

public class PatientCarePlan
Inheritance
PatientCarePlan
Inherited Members
Extension Methods

Remarks

This class serves as a structured model for organizing and tracking the various aspects of a patient's care strategy.

Properties

Action

public ActionsEnum.CrudAction? Action { get; set; }

Property Value

ActionsEnum.CrudAction?

CarePlan

public OptionList? CarePlan { get; set; }

Property Value

OptionList

Description

public string? Description { get; set; }

Property Value

string

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

PatientId

public ObjectId PatientId { get; set; }

Property Value

ObjectId

PatientNumber

public string? PatientNumber { get; set; }

Property Value

string

PointOfCareId

public ObjectId? PointOfCareId { get; set; }

Property Value

ObjectId?

Time

public DateTime? Time { get; set; }

Property Value

DateTime?

UserId

public ObjectId? UserId { get; set; }

Property Value

ObjectId?