public class RTDoseROISequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoseUnits()
Retrieves Dose axis units.
|
java.lang.String |
getDoseValue()
Retrieves Dose value for ROI, in units defined by Dose Units (3004,0002).
|
java.lang.String |
getReferencedROINumber()
Retrieves value that uniquely identifies the referenced ROI within the current RT Dose.
|
void |
setDoseUnits(EnumDoseUnits enumDoseUnits)
Sets Dose axis units.
|
void |
setDoseValue(java.lang.String strDoseValue)
Sets Dose value for ROI, in units defined by Dose Units (3004,0002).
|
void |
setReferencedROINumber(java.lang.String strReferencedROINumber)
Sets value that uniquely identifies the referenced ROI within the current RT Dose.
|
boolean |
validateForModule()
Validates all the attributes in RTDoseROISequenceItem 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 Number.public java.lang.String getReferencedROINumber()
public void setDoseUnits(EnumDoseUnits enumDoseUnits)
enumDoseUnits - Enum value of Dose Unitspublic java.lang.String getDoseUnits()
public void setDoseValue(java.lang.String strDoseValue)
strDoseValue - String value of Dose Value.public java.lang.String getDoseValue()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.