public class BlendingLUT2SequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getBlendingLookupTableData()
Retrieves BlendingLookupTableData
|
short[] |
getBlendingLookupTableDescriptor()
Retrieves BlendingLookupTableDescriptor.
|
java.lang.String |
getBlendingLUT2TransferFunction()
Returns BlendingLUT2TransferFunction.
|
double |
getBlendingWeightConstant()
Retrieves the BlendingWeightConstant.
|
void |
setBlendingLookupTableData(short shBlendingLookupTableData)
Contains the Blending Lookup Table values for this Weight input to theBlending Operation.
|
void |
setBlendingLookupTableDescriptor(short[] arrShBlendingLookupTableDescriptor)
Sets the BlendingLookupTableDescriptor.
|
void |
setBlendingLUT2TransferFunction(EnumBlendingLUT2TransferFunction enumBlendingLUT2TransferFunction)
It Specifies the algorithm used to determine the output value of BlendingLUT 2.
|
void |
setBlendingWeightConstant(double dblBlendingWeightConstant)
Sets the BlendingWeightConstant.
|
boolean |
validateForModule()
Validates all the attributes in BlendingLUT1SequenceItem 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 setBlendingLUT2TransferFunction(EnumBlendingLUT2TransferFunction enumBlendingLUT2TransferFunction)
enumBlendingLUT2TransferFunction - -enum value of BlendingLUT1TransferFunction.public java.lang.String getBlendingLUT2TransferFunction()
public void setBlendingWeightConstant(double dblBlendingWeightConstant)
dblBlendingWeightConstant - Double value of Blending Weight Constant.public double getBlendingWeightConstant()
public void setBlendingLookupTableDescriptor(short[] arrShBlendingLookupTableDescriptor)
arrShBlendingLookupTableDescriptor - -Short value of Blending Lookup Table Descriptor.public short[] getBlendingLookupTableDescriptor()
public void setBlendingLookupTableData(short shBlendingLookupTableData)
shBlendingLookupTableData - short value of Number of significant bitspublic short getBlendingLookupTableData()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.