Class PumpState
Snapshot vivo de la bomba, indexado por DeviceId. Se sobrescribe con cada mensaje del HL7. Contiene siempre el Ășltimo valor conocido de la bomba.
public class PumpState
- Inheritance
-
PumpState
- Inherited Members
- Extension Methods
Properties
ActiveSourceInfo
public string? ActiveSourceInfo { get; set; }
Property Value
AlarmCodeMdc
public string? AlarmCodeMdc { get; set; }
Property Value
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
CommStatus
public string? CommStatus { get; set; }
Property Value
Concentration
public CommonPumpTypes.PumpValue? Concentration { 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
DoseRate
public CommonPumpTypes.PumpValue? DoseRate { get; set; }
Property Value
DrugAmount
public CommonPumpTypes.PumpValue? DrugAmount { get; set; }
Property Value
DrugDoseDelivered
public CommonPumpTypes.PumpValue? DrugDoseDelivered { get; set; }
Property Value
DrugId
public string? DrugId { get; set; }
Property Value
DrugName
public string? DrugName { get; set; }
Property Value
Event
public PumpEnum.Event? Event { get; set; }
Property Value
EventPhase
public PumpEnum.EventPhase? EventPhase { get; set; }
Property Value
FlowFluid
public CommonPumpTypes.PumpValue? FlowFluid { get; set; }
Property Value
FluidDelivTotal
public CommonPumpTypes.PumpValue? FluidDelivTotal { get; set; }
Property Value
FluidDelivTotalSet
public CommonPumpTypes.PumpValue? FluidDelivTotalSet { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
InfusingStatus
public PumpEnum.InfusingStatus? InfusingStatus { get; set; }
Property Value
InfusionId
public string? InfusionId { get; set; }
Property Value
InfusionModeDetail
public string? InfusionModeDetail { get; set; }
Property Value
IsInfusing
public bool IsInfusing { get; set; }
Property Value
LastUpdated
public DateTime LastUpdated { get; set; }
Property Value
NotDeliveringReason
public string? NotDeliveringReason { get; set; }
Property Value
PatientId
public ObjectId? PatientId { get; set; }
Property Value
- ObjectId?
PatientWeight
public CommonPumpTypes.PumpValue? PatientWeight { get; set; }
Property Value
PillarAssembly
public string? PillarAssembly { get; set; }
Property Value
PillarRackSlot
public string? PillarRackSlot { get; set; }
Property Value
PumpMode
public PumpEnum.Mode? PumpMode { get; set; }
Property Value
RackId
public string? RackId { get; set; }
Property Value
Rate
public CommonPumpTypes.PumpValue? Rate { get; set; }
Property Value
RelayGuid
public string? RelayGuid { get; set; }
Property Value
RelayState
public string? RelayState { get; set; }
Property Value
Source
public string? Source { get; set; }
Property Value
Status
public PumpEnum.Status? Status { get; set; }
Property Value
Syringe
public CommonPumpTypes.SyringeDetails? Syringe { get; set; }
Property Value
TimeProgrammed
public CommonPumpTypes.PumpValue? TimeProgrammed { get; set; }
Property Value
TimeRemaining
public CommonPumpTypes.PumpValue? TimeRemaining { get; set; }
Property Value
VolumeInfused
public CommonPumpTypes.PumpValue? VolumeInfused { get; set; }
Property Value
VolumeRemaining
public CommonPumpTypes.PumpValue? VolumeRemaining { get; set; }
Property Value
Vtbi
public CommonPumpTypes.PumpValue? Vtbi { get; set; }