public class ROIPhysicalPropertiesSequenceItem extends Item
ROIPhysicalPropertiesSequence.| Modifier and Type | Method and Description |
|---|---|
ROIElementalCompositionSequence |
getROIElementalCompositionSequence()
Retrieves pre-initialized object of ROI Elemental Composition 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 |
getROIPhysicalProperty()
Retrieves value that uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020).
|
java.lang.String |
getROIPhysicalPropertyValue()
Retrieves user-assigned value for physical property.
|
void |
setROIPhysicalProperty(EnumROIPhysicalProperty enumROIPhysicalProperty)
Sets value that uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020).
|
void |
setROIPhysicalPropertyValue(java.lang.String strROIPhysicalPropertyValue)
Sets user-assigned value for physical property.
|
boolean |
validateForModule()
Validates all the attributes in
ROIPhysicalPropertiesSequenceItem 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
ROIPhysicalPropertiesSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setROIPhysicalProperty(EnumROIPhysicalProperty enumROIPhysicalProperty)
enumROIPhysicalProperty - Enum value of ROI Physical Property.public java.lang.String getROIPhysicalProperty()
public ROIElementalCompositionSequence getROIElementalCompositionSequence()
public void setROIPhysicalPropertyValue(java.lang.String strROIPhysicalPropertyValue)
strROIPhysicalPropertyValue - String value of ROI Physical Property Value.public java.lang.String getROIPhysicalPropertyValue()