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

Convert Plotted ECG Waveforms to Geometrically Drawn #209

Open
2 tasks
tanjera opened this issue Jun 2, 2024 · 1 comment
Open
2 tasks

Convert Plotted ECG Waveforms to Geometrically Drawn #209

tanjera opened this issue Jun 2, 2024 · 1 comment

Comments

@tanjera
Copy link
Owner

tanjera commented Jun 2, 2024

"Ensure default QRS width is implemented from rhythm selection through to Tracing drawing" involves redrawing some rhythms geometrically (specifically plotted ECG rhythms. Making a new issue for this

Originally posted by @tanjera in #188 (comment)

This is to ensure QRS width and QTc actually draw through to the final morphology which isn't actually possible using plotted waveforms, though Plotting.Stretch_BySystoleRatio works adequately for many other morphology fixes (specifically pulsatile rhythms like ABP).

Specific rhythms needing to be redrawn (currently plotted):

  • ECG_Complex_Idioventricular.iiwf
  • ECG_Complex_VT.iiwf
@tanjera
Copy link
Owner Author

tanjera commented Jun 3, 2024

Note: Would involve plotting geometric functions in Waveform.Draw.cs e.g. in public static List<PointD> ECG_Complex__Idioventricular (Physiology? _P, Lead? _L) {

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

No branches or pull requests

1 participant