Package com.pixelmed.scpecg


package com.pixelmed.scpecg

Classes for reading SCP-ECG files.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
  • Classes
    Class
    Description
    A class for constructing the default Huffman Table specified in the SCP-ECG standard.
    A class to implement Huffman decoding as used by the SCP-ECG standard.
    A class to store Huffman Tables, either as read from an SCP-ECG file or the default as specified in the SCP-ECG standard.
    A class to encapsulate an SCP-ECG record header.
    A class to encapsulate an entire SCP-ECG object.
    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.
    The SCPTreeBrowser class implements a Swing graphical user interface to browse the contents of an SCPTree.
    Instances of the SCPTreeRecord class represent nodes in a tree of the SCPTree class, which in turn is used by the SCPTreeBrowser class.
    A class to encapsulate an SCP-ECG section.
    A class to encapsulate the SCP-ECG Pointers to Data Areas section.
    A class to encapsulate the SCP-ECG Patient and ECG Acquisition Data section.
    A class to encapsulate the SCP-ECG Lead Measurement Results section.
    A class to encapsulate the SCP-ECG Huffman Tables section.
    A class to encapsulate the SCP-ECG Lead Definition section.
    A class to encapsulate the SCP-ECG QRS Locations section.
    A class to encapsulate the SCP-ECG Encoded Reference Beat Data and Residual or Rhythm Data sections.
    A class to encapsulate the SCP-ECG Global Measurements section.
    A class to encapsulate the SCP-ECG Textual Diagnosis and Universal Interpretative Statement Codes sections.
    A class to encapsulate the header portion of an SCP-ECG section.