public class PixelValueTransformationSequenceItem extends Item
PixelValueTransformationSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRescaleIntercept()
Return user-defined label identifier for Rescale Intercept.
|
java.lang.String |
getRescaleSlope()
Return user-defined label identifier for Rescale Slope.
|
java.lang.String |
getRescaleType()
Return user-defined label identifier for Rescale Type.
|
void |
setRescaleIntercept(java.lang.String strRescaleIntercept)
Sets Rescale Intercept.
|
void |
setRescaleSlope(java.lang.String strRescaleSlope)
Sets Rescale Slope.
|
void |
setRescaleType(java.lang.String strRescaleType)
Sets Rescale Type.
|
boolean |
validateForModule()
Validates all the attributes in
PixelValueTransformationSequenceItem 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 setRescaleIntercept(java.lang.String strRescaleIntercept)
strRescaleIntercept - String value of Rescale Intercept.public java.lang.String getRescaleIntercept()
public void setRescaleSlope(java.lang.String strRescaleSlope)
strRescaleSlope - String value of Rescale Slope.public java.lang.String getRescaleSlope()
public void setRescaleType(java.lang.String strRescaleType)
strRescaleType - String value of Rescale Type.public java.lang.String getRescaleType()
public boolean validateForModule()
throws InvalidItemException
PixelValueTransformationSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.