public static class MCwaveformItem.Channel
extends java.lang.Object
A DICOM waveform channel is specified as a pair of values (M,C), where the first value is the sequence item number of the Waveform Sequence (5400,0100) attribute in the referenced object (i.e. the Multiplex Group Number), and the second value is the sequence item number of the Channel Definition Sequence (003A,0200) attribute (i.e., the Channel Number) within the multiplex group.
If the specified channel number is 0, the annotation applies to all channels in the multiplex group.
Constructor and Description |
---|
Channel(short multiplexGroupNumber,
short channelNumber)
Creates a new Waveform Channel.
|
Modifier and Type | Method and Description |
---|---|
short |
getChannelNumber()
Gets the channel number.
|
short |
getMultiplexGroupNumber()
Gets the multiplex Group Number.
|
void |
setChannelNumber(short channelNumber)
Sets the channel number.
|
void |
setMultiplexGroupNumber(short multiplexGroupNumber)
Sets the multiplex Group Number.
|
public Channel(short multiplexGroupNumber, short channelNumber)
multiplexGroupNumber
- The sequence item number of the Waveform Sequence (5400,0100) attribute in the
referenced object (i.e. the Multiplex Group Number).channelNumber
- The sequence item number of the Channel Definition Sequence (003A,0200)
attribute (i.e., the Channel Number) within the multiplex group.public short getMultiplexGroupNumber()
public void setMultiplexGroupNumber(short multiplexGroupNumber)
multiplexGroupNumber
- The multiplex Group Number.public short getChannelNumber()
public void setChannelNumber(short channelNumber)
channelNumber
- The channel number.