tanjera / infirmary-integrated

Medical device simulator for training healthcare professionals.
http://www.infirmary-integrated.com/
Other
42 stars 5 forks source link

Tools for Measuring Tracing Times (Intervals/Durations) #184

Open tanjera opened 1 year ago

tanjera commented 1 year ago

Implement a set of "calipers" to measure intervals and durations? E.g. QRS width, RR interval, PR interval, QT interval, etc.

How would I manage to implement this? Via context/right-click menu? Would automatically pause Tracing... then implement Mouse input handling for from/to (m1 down, m1 up) and then translate into a distance? Scaling based on Tracing control dimensions (width/height)?

Would need to show results ... add a Label in the corner of the Tracing control? Enable the Label if the Tracing is paused? Maybe just auto-enable this feature when the Tracings are paused??

Idea from https://github.com/tanjera/infirmary-integrated/issues/181#issuecomment-1475343072