Class FilteredRequest
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
AlarmMode
public PumpEnum.AlarmMode? AlarmMode { get; set; }
Property Value
AlarmType
public string? AlarmType { get; set; }
Property Value
DeviceId
public string? DeviceId { get; set; }
Property Value
DisplayType
public DisplayConfigEnums.DisplayType? DisplayType { get; set; }
Property Value
public string? Email { get; set; }
Property Value
EndAdmTime
public DateTime? EndAdmTime { get; set; }
Property Value
EndBirthDate
public DateTime? EndBirthDate { get; set; }
Property Value
EndCreationDateTime
public DateTime? EndCreationDateTime { get; set; }
Property Value
EndDate
public DateTime? EndDate { get; set; }
Property Value
EndDischargeTime
public DateTime? EndDischargeTime { get; set; }
Property Value
EndLastObsTime
public DateTime? EndLastObsTime { get; set; }
Property Value
EndUpDateTime
public DateTime? EndUpDateTime { get; set; }
Property Value
InUse
public bool? InUse { get; set; }
Property Value
- bool?
InfusingStatus
public PumpEnum.InfusingStatus? InfusingStatus { get; set; }
Property Value
MedicineCode
public string? MedicineCode { get; set; }
Property Value
MedicineGroup
public string? MedicineGroup { get; set; }
Property Value
MedicineName
public string? MedicineName { get; set; }
Property Value
MedicineType
public string? MedicineType { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Observations
public List<string>? Observations { get; set; }
Property Value
PatientId
public string? PatientId { get; set; }
Property Value
PatientNumber
public string? PatientNumber { get; set; }
Property Value
PocId
public string? PocId { get; set; }
Property Value
PointOfCareStatus
public StatusEnum.PointOfCare? PointOfCareStatus { get; set; }
Property Value
PumpMode
public PumpEnum.Mode? PumpMode { get; set; }
Property Value
StartAdmTime
public DateTime? StartAdmTime { get; set; }
Property Value
StartBirthDate
public DateTime? StartBirthDate { get; set; }
Property Value
StartCreationDateTime
public DateTime? StartCreationDateTime { get; set; }
Property Value
StartDate
public DateTime? StartDate { get; set; }
Property Value
StartDischargeTime
public DateTime? StartDischargeTime { get; set; }
Property Value
StartLastObsTime
public DateTime? StartLastObsTime { get; set; }
Property Value
StartUpDateTime
public DateTime? StartUpDateTime { get; set; }
Property Value
Status
public PumpEnum.Status? Status { get; set; }
Property Value
Text
public string? Text { get; set; }
Property Value
UnitId
public string? UnitId { get; set; }
Property Value
UnitName
public string? UnitName { get; set; }
Property Value
UserName
public string? UserName { get; set; }
Property Value
UserStatus
public StatusEnum.User UserStatus { get; set; }
Property Value
UserType
public string? UserType { get; set; }