public class StructureSetROISequenceItem extends Item
StructureSetROISequence.| Modifier and Type | Method and Description |
|---|---|
DerivationCodeSequence |
getDerivationCodeSequence()
Retrieves pre-initialized object of Derivation Code 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 |
getReferencedFrameofReferenceUID()
Retrieves Referenced Frame of Reference UID.
|
java.lang.String |
getROIDescription()
Retrieves ROI Description.
|
java.lang.String |
getROIGenerationAlgorithm()
Retrieves ROI Generation Algorithm.
|
java.lang.String |
getROIGenerationDescription()
Retrieves ROI Generation Description.
|
java.lang.String |
getROIName()
Retrieves ROI Name.
|
java.lang.String |
getROINumber()
Retrieves ROI Number.
|
java.lang.String |
getROIVolume()
Retrieves ROI Volume.
|
void |
setReferencedFrameofReferenceUID(java.lang.String strReferencedFrameofReferenceUID)
Sets Referenced Frame of Reference UID .Uniquely identifies Referenced Frame of Reference UID(3006,0024) in Structure Set ROI Sequence (3006,0020) in Structure Set Module of RT Structure Set IOD.
|
void |
setROIDescription(java.lang.String strROIDescription)
Sets ROI Description .Uniquely identifies ROI Description(3006,0028) in Structure Set ROI Sequence (3006,0020) in Structure Set Module of RT Structure Set IOD.
|
void |
setROIGenerationAlgorithm(EnumROIGenerationAlgorithm enumROIGenerationAlgorithm)
Sets Type of ROI Generation Algorithm.
|
void |
setROIGenerationDescription(java.lang.String strROIGenerationDescription)
Sets ROI Generation Description.Uniquely identifies ROI Generation Description(3006,0038) in Structure Set ROI Sequence (3006,0020) in Structure Set Module of RT Structure Set IOD.
|
void |
setROIName(java.lang.String strROIName)
Sets ROI Name .Uniquely identifies ROI Name(3006,0026) in Structure Set ROI Sequence (3006,0020) in Structure Set Module of RT Structure Set IOD.
|
void |
setROINumber(java.lang.String strROINumber)
Sets ROI Number .Uniquely identifies ROI Number(3006,0022) in Structure Set ROI Sequence (3006,0020) in Structure Set Module of RT Structure Set IOD.
|
void |
setROIVolume(java.lang.String strROIVolume)
Sets ROI Volume .Uniquely identifies ROI Volume(3006,002C) in Structure Set ROI Sequence (3006,0020) in Structure Set Module of RT Structure Set IOD.
|
boolean |
validateForModule()
Validates all the attributes in StructureSetROISequenceItem 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 setROINumber(java.lang.String strROINumber)
strROINumber - String value of ROI Number.public java.lang.String getROINumber()
public void setReferencedFrameofReferenceUID(java.lang.String strReferencedFrameofReferenceUID)
strReferencedFrameofReferenceUID - String value of Referenced Frame of Reference UID.public java.lang.String getReferencedFrameofReferenceUID()
public void setROIName(java.lang.String strROIName)
strROIName - String value of ROI Name.public java.lang.String getROIName()
public void setROIDescription(java.lang.String strROIDescription)
strROIDescription - String value of ROI Description.public java.lang.String getROIDescription()
public void setROIVolume(java.lang.String strROIVolume)
strROIVolume - String value of ROI Volume.public java.lang.String getROIVolume()
public void setROIGenerationAlgorithm(EnumROIGenerationAlgorithm enumROIGenerationAlgorithm)
enumROIGenerationAlgorithm - Enum value of ROI Generation Algorithm.public java.lang.String getROIGenerationAlgorithm()
public void setROIGenerationDescription(java.lang.String strROIGenerationDescription)
strROIGenerationDescription - String value of ROI Generation Description.public java.lang.String getROIGenerationDescription()
public DerivationCodeSequence getDerivationCodeSequence()