Package com.pixelmed.displaywave
Class DicomSourceECG
java.lang.Object
com.pixelmed.displaywave.SourceECG
com.pixelmed.displaywave.DicomSourceECG
A class that encapsulates the features and values from a DICOM ECG source, usually for the purpose of displaying it.
-
Field Summary
Fields inherited from class com.pixelmed.displaywave.SourceECG
amplitudeScalingFactorInMilliVolts, channelNames, displaySequence, nSamplesPerChannel, numberOfChannels, samples, samplingIntervalInMilliSeconds, title
-
Constructor Summary
ConstructorsConstructorDescriptionDicomSourceECG
(AttributeList list) Construct ECG from a DICOM waveform object from a list of DICOM attributes.Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network).Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network). -
Method Summary
Methods inherited from class com.pixelmed.displaywave.SourceECG
buildInstanceTitle, buildPreferredDisplaySequence, buildPreferredDisplaySequence, findLead, getAmplitudeScalingFactorInMilliVolts, getChannelNames, getDisplaySequence, getNumberOfChannels, getNumberOfSamplesPerChannel, getSamples, getSamplingIntervalInMilliSeconds, getTitle
-
Constructor Details
-
DicomSourceECG
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:
IOException
DicomException
-
DicomSourceECG
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:
IOException
DicomException
-
DicomSourceECG
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
-