public class RelevantOPTAttributesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getDepthSpatialResolution()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
float |
getMaximumDepthDistortion()
Retrieves the Maximum Depth Distortion.Maximum distortion in depth direction in % of Depth Spatial Resolution.
|
void |
setDepthSpatialResolution(float fDepthSpatialResolution)
Sets the Depth Spatial Resolution.
|
void |
setMaximumDepthDistortion(float fMaximumDepthDistortion)
Sets the Maximum Depth Distortion.
|
boolean |
validateForModule()
Validates all the attributes in RelevantOPTAttributesSequenceItem 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 setDepthSpatialResolution(float fDepthSpatialResolution)
fDepthSpatialResolution - Float value of the Ratio of displayed pixels to source pixelspublic float getDepthSpatialResolution()
public void setMaximumDepthDistortion(float fMaximumDepthDistortion)
fMaximumDepthDistortion - Float value of the Ratio of displayed pixels to source pixelspublic float getMaximumDepthDistortion()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.