Class PointOfCareDto
Represents a data transfer object for point-of-care information, used to transfer point-of-care data between application layers or services.
public class PointOfCareDto
- Inheritance
-
PointOfCareDto
- Inherited Members
- Extension Methods
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 PointOfCareConfigurationDto? 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; }