public class WaveformPresentationGroupSequenceItem extends Item
WaveformPresentationGroupSequence.| Modifier and Type | Method and Description |
|---|---|
ChannelDisplaySequence |
getChannelDisplaySequence()
Retrieves pre-initialized object of Channel Display 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.
|
short |
getPresentationGroupNumber()
Retrieves Number of significant bits within the Presentation Group Number
|
java.lang.String |
getStudyInstanceUID()
Retrieves a UID that can be used to uniquely reference this signature.
|
void |
setPresentationGroupNumber(short shPresentationGroupNumber)
Sets Number of significant bits within the Presentation Group Number
|
void |
setStudyInstanceUID(java.lang.String strStudyInstanceUID)
Sets a UID that can be used to uniquely reference this signature.
|
boolean |
validateForModule()
Validates all the attributes in WaveformPresentationGroupSequenceItem 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 void setStudyInstanceUID(java.lang.String strStudyInstanceUID)
strStudyInstanceUID - String value of Digital Signature UID.public java.lang.String getStudyInstanceUID()
public void setPresentationGroupNumber(short shPresentationGroupNumber)
shPresentationGroupNumber - short value of Number of significant bitspublic short getPresentationGroupNumber()
public ChannelDisplaySequence getChannelDisplaySequence()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.