Class Box
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a patient box (clinical display unit) that aggregates patient data, observations, medications, and display configuration for a specific point of care.
public class Box
- Inheritance
-
Box
- Inherited Members
- Extension Methods
Fields
AttendingDoctor
public Person? AttendingDoctor
Field Value
Properties
Bed
public string? Bed { get; set; }
Property Value
Configuration
public Dictionary<string, object>? Configuration { get; set; }
Property Value
HasPatient
public bool HasPatient { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Location
public PatientLocation Location { get; }
Property Value
Medication
public List<Medication>? Medication { get; set; }
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?
PointOfCare
public string? PointOfCare { get; set; }
Property Value
Type
public StatusEnum.Type Type { get; set; }