public class RTRelatedROISequenceItem extends Item
RTRelatedROISequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRTROIRelationship()
Retrieves relationship of referenced ROI with respect to referencing ROI.
|
java.lang.String |
setReferencedROINumber()
Retrieves value that uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020).
|
void |
setReferencedROINumber(java.lang.String strReferencedROINumber)
Sets value that uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020).
|
void |
setRTROIRelationship(EnumRTROIRelationship enumRTROIRelationship)
Sets relationship of referenced ROI with respect to referencing ROI.
|
boolean |
validateForModule()
Validates all the attributes in RTRelatedROISequenceItem 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 setReferencedROINumber(java.lang.String strReferencedROINumber)
strReferencedROINumber - String value of Referenced ROI Number.public java.lang.String setReferencedROINumber()
public void setRTROIRelationship(EnumRTROIRelationship enumRTROIRelationship)
enumRTROIRelationship - enum value of RT ROI Relationship.public java.lang.String getRTROIRelationship()