org.dcm4che.srom
Interface WaveformContent

All Superinterfaces:
CompositeContent, Content

public interface WaveformContent
extends CompositeContent

The WaveformContent interface represents a DICOM SR Waveform Content of value type WAVEFORM.
A DICOM SR Waveform Content specifies the Attributes that convey a reference to a DICOM waveform.

Version:
1.0
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.17.3 SR Document Content Module", "DICOM Part 3: Information Object Definitions, Annex C.18.5 Waveform Reference Macro"

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.dcm4che.srom.Content
Content.RelationType, Content.ValueType
 
Field Summary
 
Fields inherited from interface org.dcm4che.srom.Content
log
 
Method Summary
 int[] getChannelNumbers()
          Returns the list of channels in Waveform.
 void setChannelNumbers(int[] channelNumbers)
           
 
Methods inherited from interface org.dcm4che.srom.CompositeContent
getRefSOP, setRefSOP
 
Methods inherited from interface org.dcm4che.srom.Content
appendChild, clone, getFirstChild, getFirstChildBy, getID, getLastChild, getName, getNextSibling, getNextSiblingBy, getObservationDateTime, getOwnerDocument, getParent, getPreviousSibling, getRelationType, getTemplate, getValueType, hasChildren, insertBefore, removeChild, replaceChild, setName, toDataset
 

Method Detail

getChannelNumbers

int[] getChannelNumbers()
Returns the list of channels in Waveform.
DICOM Tag: (0040,A0B0)
Tag Name: Referenced Waveform Channels
List of channels in Waveform to which the reference applies. Required if the Referenced SOP Instance is a Waveform that contains multiple Channels and not all Channels in the Waveform are referenced.

Returns:
List of channels in Waveform to which the reference applies.
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.18.5.1.1 Referenced Waveform Channels"

setChannelNumbers

void setChannelNumbers(int[] channelNumbers)