Class DicomSourceECG


  • public class DicomSourceECG
    extends SourceECG

    A class that encapsulates the features and values from a DICOM ECG source, usually for the purpose of displaying it.

    • Constructor Detail

      • DicomSourceECG

        public DicomSourceECG​(BinaryInputStream i)
                       throws java.io.IOException,
                              DicomException

        Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network).

        Parameters:
        i - the input stream
        Throws:
        java.io.IOException
        DicomException
      • DicomSourceECG

        public DicomSourceECG​(DicomInputStream i)
                       throws java.io.IOException,
                              DicomException

        Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network).

        Parameters:
        i - the input stream
        Throws:
        java.io.IOException
        DicomException
      • DicomSourceECG

        public DicomSourceECG​(AttributeList list)
                       throws DicomException

        Construct ECG from a DICOM waveform object from a list of DICOM attributes.

        Parameters:
        list - the list of attributes that include the description and values of the ECG data
        Throws:
        DicomException