Class | Description |
---|---|
DefaultHuffmanTable |
A class for constructing the default Huffman Table specified in the SCP-ECG standard.
|
HuffmanDecoder |
A class to implement Huffman decoding as used by the SCP-ECG standard.
|
HuffmanTable |
A class to store Huffman Tables, either as read from an SCP-ECG file or the default as specified in the SCP-ECG standard.
|
RecordHeader |
A class to encapsulate an SCP-ECG record header.
|
SCPECG |
A class to encapsulate an entire SCP-ECG object.
|
SCPTree |
The
SCPTree class implements a
TreeModel to abstract the contents of a list of attributes as
a tree in order to provide support for a SCPTreeBrowser . |
SCPTreeBrowser |
The
SCPTreeBrowser class implements a Swing graphical user interface
to browse the contents of an SCPTree . |
SCPTreeRecord |
Instances of the
SCPTreeRecord class represent
nodes in a tree of the SCPTree class, which in
turn is used by the SCPTreeBrowser class. |
Section |
A class to encapsulate an SCP-ECG section.
|
Section0 |
A class to encapsulate the SCP-ECG Pointers to Data Areas section.
|
Section1 |
A class to encapsulate the SCP-ECG Patient and ECG Acquisition Data section.
|
Section10 |
A class to encapsulate the SCP-ECG Lead Measurement Results section.
|
Section2 |
A class to encapsulate the SCP-ECG Huffman Tables section.
|
Section3 |
A class to encapsulate the SCP-ECG Lead Definition section.
|
Section4 |
A class to encapsulate the SCP-ECG QRS Locations section.
|
Section5Or6 |
A class to encapsulate the SCP-ECG Encoded Reference Beat Data and Residual or Rhythm Data sections.
|
Section7 |
A class to encapsulate the SCP-ECG Global Measurements section.
|
Section8Or11 |
A class to encapsulate the SCP-ECG Textual Diagnosis and Universal Interpretative Statement Codes sections.
|
SectionHeader |
A class to encapsulate the header portion of an SCP-ECG section.
|