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
AdmissionId
public ObjectId? AdmissionId { get; set; }
Property Value
- ObjectId?
Bed
public string Bed { get; set; }
Property Value
Configuration
public PointOfCareConfiguration? Configuration { get; set; }
Property Value
Hall
public string? Hall { get; set; }
Property Value
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
Observations
public List<PatientObservation> Observations { get; set; }
Property Value
Patient
public Patient? Patient { get; set; }
Property Value
Patientid
public ObjectId? Patientid { get; set; }
Property Value
- ObjectId?
Room
public string Room { get; set; }
Property Value
Status
public StatusEnum.PointOfCare Status { get; set; }
Property Value
Unit
public Unit? Unit { get; set; }
Property Value
UnitId
public ObjectId UnitId { get; set; }
Property Value
- ObjectId
UnitName
public string UnitName { get; set; }