public class DataFrameAssignmentSequenceItem extends VOILUTMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
short |
getBitsMappedToColorLookupTable()
Retrieves Bits Mapped to ColorLookup Table
|
java.lang.String |
getDataPathAssignment()
Return type of Data Path Assignment.
|
java.lang.String |
getDataype()
Retrieves Data Type
|
void |
setBitsMappedToColorLookupTable(short shBitsMappedToColorLookupTable)
Sets the number of most significant bits of each value of Pixel Data(7FE0,0010) from this frame contributing to the Palette Color LookupTable input.
|
void |
setDataPathAssignment(EnumDataPathAssignment enumDataPathAssignment)
Sets the data path to use for this data type in the Enhanced Blending andDisplay Pipeline.
|
void |
setDataType(java.lang.String strDataType)
Sets the Identification of the data type of frames using this data path assignment.
|
boolean |
validateForModule()
Validates all the attributes in DataFrameAssignmentSequenceItem that are present in the DataSet.
|
getVOILUTMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setDataType(java.lang.String strDataType)
strDataType- - Specifies type of the value encoded in this Itempublic java.lang.String getDataype()
public void setDataPathAssignment(EnumDataPathAssignment enumDataPathAssignment)
enumDataPathAssignment - enum value of DataPathAssignment Type.public java.lang.String getDataPathAssignment()
public void setBitsMappedToColorLookupTable(short shBitsMappedToColorLookupTable)
shBitsMappedToColorLookupTable - short value of Bits Mapped to ColorLookup Tablepublic short getBitsMappedToColorLookupTable()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class VOILUTMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.