|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.displaywave.SourceECG
com.pixelmed.displaywave.DicomSourceECG
public class 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 | |
|---|---|
DicomSourceECG(AttributeList list)
Construct ECG from a DICOM waveform object from a list of DICOM attributes. |
|
DicomSourceECG(BinaryInputStream i)
Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network). |
|
DicomSourceECG(DicomInputStream i)
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicomSourceECG(BinaryInputStream i)
throws IOException,
DicomException
Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network).
i - the input stream
IOException
DicomException
public DicomSourceECG(DicomInputStream i)
throws IOException,
DicomException
Construct ECG from a DICOM waveform object from an input stream (such as from a file or the network).
i - the input stream
IOException
DicomException
public DicomSourceECG(AttributeList list)
throws DicomException
Construct ECG from a DICOM waveform object from a list of DICOM attributes.
list - the list of attributes that include the description and values of the ECG data
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||