Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should a PVC reset P timer in DDD mode? #16

Open
sevenlayercookie opened this issue Apr 20, 2023 · 1 comment
Open

should a PVC reset P timer in DDD mode? #16

sevenlayercookie opened this issue Apr 20, 2023 · 1 comment

Comments

@sevenlayercookie
Copy link
Owner

If having frequent PVCs, should a PVC interrupt VAI timer?

@sevenlayercookie
Copy link
Owner Author

There are multiple ways of handling PVCs. Common ways of framing it is "ventricular-based timing" and "atrial-based timing". Atrial based timing would handle PVCs by extending AEI/VAI interval to mimic compensatory pause (this would be more physiologically correct). However, this allows ventricular rate to drop below LRL in some cases. Plus it's just not super necessary.

So I've implemented ventricular based timing. There is no compensatory pause. VAI timer resets after a PVC with no pause. End effect is that, with frequent PVCs, the pacer will pace leading to an acceleration of average rate.

Ways this could be fixed programmatically: when a PVC is detected, set VAI timer to AA interval - AV interval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant