public class PixelValueMappingtoCodedConceptSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short[] |
getMappedPixelValue()
Returns the format of the Pixel value to be mapped..
|
PixelValueMappingCodeSequence |
getPixelValueMappingCodeSequence()
Retrieves pre-initialized object of Pixel Value Mapping Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getPixelValueMappingExplanation()
Return user-defined label identifier for PixelValueMappingExplanation.
|
void |
setMappedPixelValue(short[] sMappedPixelValue)
Sets the MappedPixelValue
Pixel value to be mapped.
|
void |
setPixelValueMappingExplanation(java.lang.String strRescaleType)
Sets Pixel Value Mapping Explanation.
|
boolean |
validateForModule()
Validates all the attributes in PixelValueMappingtoCodedConceptSequenceItem 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 Conditional element fails.public void setMappedPixelValue(short[] sMappedPixelValue)
sMappedPixelValue - short array of LUT Descriptor values.public short[] getMappedPixelValue()
public PixelValueMappingCodeSequence getPixelValueMappingCodeSequence()
public void setPixelValueMappingExplanation(java.lang.String strRescaleType)
strPixelValueMappingExplanation - String value of Pixel Value Mapping Explanation.public java.lang.String getPixelValueMappingExplanation()