ECG waveform visualization
Visualize and review DICOM ECG waveform data.
Problem
You’ve loaded a DICOM ECG waveform file and need to perform interactive caliper measurements — measuring the time interval between two points on the waveform trace. This is the equivalent of measuring QRS duration or RR interval on an ECG strip, but done digitally inside the DICOM viewer.
Steps
-
Open the ECG DICOM file (⌘O) — e.g.
ecg-test.dcm. -
Open the ECG tab in the right rail. The waveform channel container with an SVG rendering of the trace is displayed.
-
Draw a caliper measurement — click and drag on the SVG waveform:
- Move the pointer to the start point on the trace
- Press and hold the mouse button
- Drag horizontally to the end point
- Release to finalize
-
Read the measurement — a caliper metrics badge appears showing the time interval in milliseconds (ms).
-
Clear the caliper — click the ✕ (clear) button to dismiss the measurement. The metrics badge disappears.
Result
An SVG waveform renders in the ECG panel; click-and-drag adds a caliper whose badge shows the interval in milliseconds, and the clear button removes both the caliper and the badge.