public class BlendingLUT1SequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getBlendingLookupTableData()
Retrieves BlendingLookupTableData
|
short[] |
getBlendingLookupTableDescriptor()
Retrieves BlendingLookupTableDescriptor.
|
java.lang.String |
getBlendingLUT1TransferFunction()
Returns BlendingLUT1TransferFunction.
|
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 |
setBlendingLUT1TransferFunction(EnumBlendingLUT1TransferFunction enumBlendingLUT1TransferFunction)
It Specifies the algorithm used to determine the output value of BlendingLUT 1.
|
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 setBlendingLUT1TransferFunction(EnumBlendingLUT1TransferFunction enumBlendingLUT1TransferFunction)
enumBlendingLUT1TransferFunction - -enum value of BlendingLUT1TransferFunction.public java.lang.String getBlendingLUT1TransferFunction()
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.