public class PixelIntensityRelationshipLUTSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short[] |
getLUTData()
Retrieves LUT Data in this Sequence.
|
short[] |
getLUTDescriptor()
Retrieves LUT Descriptor.
|
short |
getLUTFrameRange()
Retrieves LUT Frame Range
|
java.lang.String |
getLUTFunction()
Return type of LUT Function.
|
void |
setLUTData(short[] sLUTData)
Sets LUT Data in this Sequence.
|
void |
setLUTDescriptor(short[] arrShLUTDescriptor)
Sets LUT Descriptor
|
void |
setLUTFrameRange(short shLUTFrameRange)
Sets LUT Frame Range
|
void |
setLUTFunction(EnumLUTFunction enumLUTFunction)
The transformation function this LUT applies to the stored pixel values.
|
boolean |
validateForModule()
Validates all the attributes in PixelIntensityRelationshipLUTSequenceItem according the rules defined by the Range Shifter Sequence Item.
|
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 setLUTFrameRange(short shLUTFrameRange)
shLUTFrameRange - short value of LUT Frame Rangepublic short getLUTFrameRange()
public void setLUTDescriptor(short[] arrShLUTDescriptor)
arrShLUTDescriptor - - Value of LUT Descriptorpublic short[] getLUTDescriptor()
public void setLUTData(short[] sLUTData)
sLUTData - short array of LUT Data.public short[] getLUTData()
public void setLUTFunction(EnumLUTFunction enumLUTFunction)
enumLUTFunction - enum value of LUT Function.public java.lang.String getLUTFunction()