public class FramePixelShiftSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float[] |
getMaskSubPixelShift()
Retrieves Mask Sub Pixel Shift.
|
short |
getSubtractionItemID()
Retrieves Subtraction ItemID
|
void |
setMaskSubPixelShift(float[] arrFMaskSubPixelShift)
Sets a pair of floating point numbers specifying the fractional vertical [adjacent row spacing]
and horizontal [adjacent column spacing] pixel shift applied to the mask before subtracting
it from the contrast frame.
|
void |
setSubtractionItemID(short shSubtractionItemID)
Sets Subtraction ItemID
|
boolean |
validateForModule()
Validates all the attributes in FramePixelShiftSequenceItem according the rules defined by the Frame Pixel Shift 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 setSubtractionItemID(short shSubtractionItemID)
shLUTFrameRange - short value of Number of significant bitspublic short getSubtractionItemID()
public void setMaskSubPixelShift(float[] arrFMaskSubPixelShift)
arrFMaskSubPixelShift - pair of floating point numberspublic float[] getMaskSubPixelShift()