public class CorrectedParameterSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getCorrectionValue()
Retrieves the Correction Value.
|
java.lang.String |
getParameterItemIndex()
Retrieves Parameter Item Index.
|
ITag |
getParameterPointer()
Retrieves the Data Element Tag of the attribute that was corrected.
|
ITag |
getParameterSequencePointer()
Retrieves the Data Element Tag of the parent sequence
containing the attribute that was corrected.
|
void |
setCorrectionValue(float fCorrectionValue)
Sets the Correction Value.
|
void |
setParameterItemIndex(java.lang.String strParameterItemIndex)
Sets Parameter Item Index.
|
void |
setParameterPointer(ITag objITag)
Sets the Data Element Tag of the attribute that was corrected.
|
void |
setParameterSequencePointer(ITag objITag)
Sets the Data Element Tag of the parent sequence
containing the attribute that was corrected.
|
boolean |
validateForModule()
Validates all the attributes in Corrected Parameter Sequence Item 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 setParameterSequencePointer(ITag objITag)
objITag - Tag object of Parameter Sequence Pointer.public ITag getParameterSequencePointer()
public void setParameterItemIndex(java.lang.String strParameterItemIndex)
strParameterItemInde-x - String value of Parameter Item Index.public java.lang.String getParameterItemIndex()
public void setParameterPointer(ITag objITag)
objITag - Tag object of Parameter Pointer.public ITag getParameterPointer()
public void setCorrectionValue(float fCorrectionValue)
fCorrectionValue - Float value of the Correction Value.public float getCorrectionValue()