public class RTReferencedSeriesSequenceItem extends Item
RTReferencedSeriesSequence.| Modifier and Type | Method and Description |
|---|---|
ContourImageSequence |
getContourImageSequence()
Retrieves pre-initialized object of Contour Image 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.
|
java.lang.String |
getSeriesInstanceUID()
Retrieves Series Instance UID.
|
void |
setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
Sets Series Instance UID .Uniquely identifies Series Instance UID(0020,000E) in RT Referenced Series Sequence(3006,0014) in Structure Set Module of RT Structure Set IOD.
|
boolean |
validateForModule()
Validates all the attributes in RTReferencedSeriesSequenceItem 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 Conditional element fails.public void setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
strSeriesInstanceUID - String value of Series Instance UID.public java.lang.String getSeriesInstanceUID()
public ContourImageSequence getContourImageSequence()