Table of Contents

Class PointOfCare

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

Represents a point-of-care location or entity within a healthcare delivery context.

public class PointOfCare
Inheritance
PointOfCare
Inherited Members
Extension Methods

Remarks

This class serves as a data model for capturing information related to a specific point where care is administered to patients.

Properties

Admission

public Admission? Admission { get; set; }

Property Value

Admission

AdmissionId

public ObjectId? AdmissionId { get; set; }

Property Value

ObjectId?

Bed

public string Bed { get; set; }

Property Value

string

Configuration

public PointOfCareConfiguration? Configuration { get; set; }

Property Value

PointOfCareConfiguration

Hall

public string? Hall { get; set; }

Property Value

string

HasPatient

public bool? HasPatient { get; set; }

Property Value

bool?

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

IsActive

public bool? IsActive { get; set; }

Property Value

bool?

IsVisible

public bool? IsVisible { get; set; }

Property Value

bool?

Location

public PatientLocation Location { get; }

Property Value

PatientLocation

Observations

public List<PatientObservation> Observations { get; set; }

Property Value

List<PatientObservation>

Patient

public Patient? Patient { get; set; }

Property Value

Patient

Patientid

public ObjectId? Patientid { get; set; }

Property Value

ObjectId?

Room

public string Room { get; set; }

Property Value

string

Status

public StatusEnum.PointOfCare Status { get; set; }

Property Value

StatusEnum.PointOfCare

Unit

public Unit? Unit { get; set; }

Property Value

Unit

UnitId

public ObjectId UnitId { get; set; }

Property Value

ObjectId

UnitName

public string UnitName { get; set; }

Property Value

string