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

Defibrillator: Sync Mode Displays Tick Marks Over R Wave #194

Open
5 tasks
tanjera opened this issue Jun 13, 2023 · 0 comments
Open
5 tasks

Defibrillator: Sync Mode Displays Tick Marks Over R Wave #194

tanjera opened this issue Jun 13, 2023 · 0 comments

Comments

@tanjera
Copy link
Owner

tanjera commented Jun 13, 2023

Defibrillator would show tick marks over R wave.

II would need to be able to identify R wave on the X axis...

  • Modify PointD to add 2x fields, Enums including WavePart {None, Start, Finish} and Wave {P, Q, R, S, T}
    • This would allow DeviceDefib to identify where on the X axis the wave is (e.g. for identifying R wave!)

Once R waves are identified on the X axis:

  • Add an additional Canvas for geometry to be drawn on? Or draw to existing Tracing Canvas?
  • Add logic for drawing the Geometry of the tick marks (could use arrows or lines)
    • Scroll the Geometry accordingly with the overlaying Strip

If using the same Canvas that Tracing is on:

  • May need to create a class to hold multiple Geometries (currently, the Strip only holds a List Tracing!)
    • Could help organize dynamic and complex multiple geometries for drawing handling, would be performant as well.
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