public class MultiplexedAudioChannelsDescriptionCodeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelIdentificationCode()
Retrieves a reference to the audio channel as identified within Transfer Syntax encoded
bit stream.
|
java.lang.String |
getChannelMode()
Retrieves a coded descriptor qualifying the mode of the channel.
|
ChannelSourceSequence |
getChannelSourceSequence()
Retrieves pre-initialized object of Channel Source Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setChannelIdentificationCode(java.lang.String strChannelIdentificationCode)
Sets a reference to the audio channel as identified within Transfer Syntax encoded
bit stream (1 for the main channel, 2 for the second channel and 3 to 9 to the
complementary channels).
|
void |
setChannelMode(java.lang.String strChannelMode)
Sets a coded descriptor qualifying the mode of the channel:Enumerated Values:MONO = 1 signal,
STEREO = 2 simultaneously acquired (left and right) signals.
|
boolean |
validateForModule()
Validates all the attributes in MultiplexedAudioChannelsDescriptionCodeSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setChannelIdentificationCode(java.lang.String strChannelIdentificationCode)
strChannelIdentificationCode - String value of Channel Identification Code.public java.lang.String getChannelIdentificationCode()
public void setChannelMode(java.lang.String strChannelMode)
strChannelMode - String value of Channel Mode.public java.lang.String getChannelMode()
public ChannelSourceSequence getChannelSourceSequence()