Table of Contents

Class FilteredRequest

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

Represents a request that has been filtered or contains filtering criteria.

public class FilteredRequest
Inheritance
FilteredRequest
Inherited Members
Extension Methods

Remarks

This type serves as a container for request data that has been narrowed or constrained by a filtering process.

Properties

ActiveTreatments

public bool ActiveTreatments { get; set; }

Property Value

bool

AlarmMode

public PumpEnum.AlarmMode? AlarmMode { get; set; }

Property Value

PumpEnum.AlarmMode?

AlarmType

public string? AlarmType { get; set; }

Property Value

string

DeviceId

public string? DeviceId { get; set; }

Property Value

string

DisplayType

public DisplayConfigEnums.DisplayType? DisplayType { get; set; }

Property Value

DisplayConfigEnums.DisplayType?

Email

public string? Email { get; set; }

Property Value

string

EndAdmTime

public DateTime? EndAdmTime { get; set; }

Property Value

DateTime?

EndBirthDate

public DateTime? EndBirthDate { get; set; }

Property Value

DateTime?

EndCreationDateTime

public DateTime? EndCreationDateTime { get; set; }

Property Value

DateTime?

EndDate

public DateTime? EndDate { get; set; }

Property Value

DateTime?

EndDischargeTime

public DateTime? EndDischargeTime { get; set; }

Property Value

DateTime?

EndLastObsTime

public DateTime? EndLastObsTime { get; set; }

Property Value

DateTime?

EndUpDateTime

public DateTime? EndUpDateTime { get; set; }

Property Value

DateTime?

InUse

public bool? InUse { get; set; }

Property Value

bool?

InfusingStatus

public PumpEnum.InfusingStatus? InfusingStatus { get; set; }

Property Value

PumpEnum.InfusingStatus?

MedicineCode

public string? MedicineCode { get; set; }

Property Value

string

MedicineGroup

public string? MedicineGroup { get; set; }

Property Value

string

MedicineName

public string? MedicineName { get; set; }

Property Value

string

MedicineType

public string? MedicineType { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

Observations

public List<string>? Observations { get; set; }

Property Value

List<string>

PatientId

public string? PatientId { get; set; }

Property Value

string

PatientNumber

public string? PatientNumber { get; set; }

Property Value

string

PocId

public string? PocId { get; set; }

Property Value

string

PointOfCareStatus

public StatusEnum.PointOfCare? PointOfCareStatus { get; set; }

Property Value

StatusEnum.PointOfCare?

PumpMode

public PumpEnum.Mode? PumpMode { get; set; }

Property Value

PumpEnum.Mode?

StartAdmTime

public DateTime? StartAdmTime { get; set; }

Property Value

DateTime?

StartBirthDate

public DateTime? StartBirthDate { get; set; }

Property Value

DateTime?

StartCreationDateTime

public DateTime? StartCreationDateTime { get; set; }

Property Value

DateTime?

StartDate

public DateTime? StartDate { get; set; }

Property Value

DateTime?

StartDischargeTime

public DateTime? StartDischargeTime { get; set; }

Property Value

DateTime?

StartLastObsTime

public DateTime? StartLastObsTime { get; set; }

Property Value

DateTime?

StartUpDateTime

public DateTime? StartUpDateTime { get; set; }

Property Value

DateTime?

Status

public PumpEnum.Status? Status { get; set; }

Property Value

PumpEnum.Status?

Text

public string? Text { get; set; }

Property Value

string

UnitId

public string? UnitId { get; set; }

Property Value

string

UnitName

public string? UnitName { get; set; }

Property Value

string

UserName

public string? UserName { get; set; }

Property Value

string

UserStatus

public StatusEnum.User UserStatus { get; set; }

Property Value

StatusEnum.User

UserType

public string? UserType { get; set; }

Property Value

string