You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IABP was triggered by ventricular mechanical activity timer... switched to ventricular electrical activity timer...
IABP now pumping properly on ECG trigger (if ECG exists) and not pumping on pressure trigger (for non-pulsatile rhythm)... but no ABP inflections caused by IABP on non-pulsatile rhythms.
ABP was triggered to draw from Add_Beat__Cardiac_Ventricular_Mechanical which wasn't called on non-pulsatile rhythms... added logic to Add_Beat__IABP_Balloon to draw ABP rhythm is if !p.Cardiac_Rhythm.HasPulse_Ventricular
Fixed by ensuring IABP trigger draws ABP waveforms if there's no ventricular pulse (and IABP is running!). Also added IABP to trigger auto-scaling of ABP tracings. Working properly on DeviceIABP... propagating changes to DeviceMonitor and DeviceDefib.
Stops pumping on pulseless VT and PEA...
The text was updated successfully, but these errors were encountered: