Table of Contents

Class PointOfCareDto

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

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

Admission

AdmissionId

public ObjectId? AdmissionId { get; set; }

Property Value

ObjectId?

Bed

public string Bed { get; set; }

Property Value

string

Configuration

public PointOfCareConfigurationDto? Configuration { get; set; }

Property Value

PointOfCareConfigurationDto

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