Class PumpAlarmState
Estado actual de alarmas activas por bomba. Una fila por alarma activa (DeviceId + AlarmType o AlarmCodeMdc). Se actualiza vía PumpService: start/continue → upsert, end → delete.
public class PumpAlarmState
- Inheritance
-
PumpAlarmState
- Inherited Members
- Extension Methods
Properties
AlarmCodeMdc
public string? AlarmCodeMdc { get; set; }
Property Value
AlarmDescription
public string? AlarmDescription { 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
AlertSourceMdc
public string? AlertSourceMdc { get; set; }
Property Value
DeviceId
public string? DeviceId { get; set; }
Property Value
FirstSeen
public DateTime FirstSeen { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
InfusionId
public string? InfusionId { get; set; }
Property Value
LastPhase
public PumpEnum.EventPhase? LastPhase { get; set; }
Property Value
LastUpdated
public DateTime LastUpdated { get; set; }
Property Value
PatientId
public ObjectId? PatientId { get; set; }
Property Value
- ObjectId?