public class DVHReferencedROISequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDVHROIContributionType()
Retrieves whether volume within ROI is included or excluded in DVH.
|
java.lang.String |
getReferencedROINumber()
Retrieves Referenced ROI Number .
|
void |
setDVHROIContributionType(EnumDVHROIContributionType enumDVHROIContributionType)
Sets whether volume within ROI is included or excluded in DVH.
|
void |
setReferencedROINumber(java.lang.String strReferencedROINumber)
Sets Referenced ROI Number .
|
boolean |
validateForModule()
Validates all the attributes in DVHReferencedROISequenceItem 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 setReferencedROINumber(java.lang.String strReferencedROINumber)
strReferencedROINumber - String value of Referenced ROI Numberpublic java.lang.String getReferencedROINumber()
public void setDVHROIContributionType(EnumDVHROIContributionType enumDVHROIContributionType)
enumDVHROIContributionType - Enum value of DVH ROI Contribution Typepublic java.lang.String getDVHROIContributionType()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.