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
CarePlan
public OptionList? CarePlan { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
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
PointOfCareId
public ObjectId? PointOfCareId { get; set; }
Property Value
- ObjectId?
Time
public DateTime? Time { get; set; }
Property Value
UserId
public ObjectId? UserId { get; set; }
Property Value
- ObjectId?