Class PumpAlarmEvent
Represents an event related to a pump alarm, encapsulating data raised when an alarm condition is detected on a pump.
public class PumpAlarmEvent
- Inheritance
-
PumpAlarmEvent
- Inherited Members
- Extension Methods
Properties
AlarmDescription
public string? AlarmDescription { get; set; }
Property Value
AlarmInactivationState
public string? AlarmInactivationState { get; set; }
Property Value
AlarmPriority
public string? AlarmPriority { get; set; }
Property Value
AlarmState
public string? AlarmState { get; set; }
Property Value
AlarmType
public PumpEnum.AlarmType? AlarmType { get; set; }
Property Value
AlarmTypeMdc
public string? AlarmTypeMdc { get; set; }
Property Value
AlertSourceMdc
public string? AlertSourceMdc { get; set; }
Property Value
DeviceId
public string? DeviceId { get; set; }
Property Value
DeviceIp
public string? DeviceIp { get; set; }
Property Value
DeviceTypeMdc
public string? DeviceTypeMdc { get; set; }
Property Value
EventPhase
public PumpEnum.EventPhase? EventPhase { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
InfusionId
public string? InfusionId { get; set; }
Property Value
PatientId
public ObjectId? PatientId { get; set; }
Property Value
- ObjectId?
PillarAssembly
public string? PillarAssembly { get; set; }
Property Value
PillarRackSlot
public string? PillarRackSlot { get; set; }
Property Value
RackId
public string? RackId { get; set; }
Property Value
Time
public DateTime Time { get; set; }