See: Description
| Class | Description |
|---|---|
| DicomSourceECG |
A class that encapsulates the features and values from a DICOM ECG source,
usually for the purpose of displaying it.
|
| ECGPanel |
Implements a component that can display an array of tiles, each of which
is a 2D graph of ECG values.
|
| ECGViewer |
This class is an entire application for displaying and viewing DICOM and SCP ECG waveforms.
|
| RawSourceECG |
A class that encapsulates the features and values from a raw ECG source,
usually for the purpose of displaying it.
|
| SCPSourceECG |
A class that encapsulates the features and values from an SCP ECG source,
usually for the purpose of displaying it.
|
| SourceECG |
An abstract class that encapsulates the features and values from an ECG source,
usually for the purpose of displaying it.
|
Classes for displaying ECG waveforms, including DICOM and SCP-ECG files.
Includes the complete (sic) ECGViewer
application as well as various independent classes for loading and buffering waveforms
and displaying them.