public class DisplayedAreaSelectionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long[] |
getDisplayedAreaBottomRightHandCorner()
Retrieves the bottom right pixel in the referenced image to be displayed, given as column\row.
|
java.lang.Long[] |
getDisplayedAreaTopLeftHandCorner()
Retrieves the top left pixel in the referenced image to be displayed, given as column\row.
|
java.lang.String |
getPixelOriginInterpretation()
Return Pixel Origin Interpretation.
|
java.lang.String[] |
getPresentationPixelAspectRatio()
Retrieves the Ratio of the vertical size and the horizontal size of the pixels in the referenced image
|
float |
getPresentationPixelMagnificationRatio()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
java.lang.String[] |
getPresentationPixelSpacing()
Retrieves Physical distance between the center of each pixel in the referenced image
|
java.lang.String |
getPresentationSizeMode()
Retrieves the Manner of selection of display size
|
ReferencedImageSequence |
getReferencedImageSequence()
Retrieves pre-initialized object of Referenced Image 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.
|
void |
setDisplayedAreaBottomRightHandCorner(java.lang.Long[] lDisplayedAreaBottomRightHandCorner)
Sets the bottom right pixel in the referenced image to be displayed, given as column\row.
|
void |
setDisplayedAreaTopLeftHandCorner(java.lang.Long[] lDisplayedAreaTopLeftHandCorner)
Sets the top left pixel in the referenced image to be displayed, given as column\row.
|
void |
setPixelOriginInterpretation(EnumPixelOriginInterpretation enumPixelOriginInterpretation)
Sets Pixel Origin Interpretation.
|
void |
setPresentationPixelAspectRatio(java.lang.String[] arrstrPresentationPixelAspectRatio)
Sets the Ratio of the vertical size and the horizontal size of the pixels in the referenced image
|
void |
setPresentationPixelMagnificationRatio(float fPresentationPixelMagnificationRatio)
Sets the Ratio of displayed pixels to source pixels,specified in one dimension.
|
void |
setPresentationPixelSpacing(java.lang.String[] arrstrPresentationPixelSpacing)
Sets the Physical distance between the center of each pixel in the referenced image
|
void |
setPresentationSizeMode(EnumPresentationSizeMode enumPresentationSizeMode)
Sets the Manner of selection of display size
|
boolean |
validateForModule()
Validates all the attributes in DisplayedAreaSelectionSequenceItem 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 Mandatory or Conditional element fails.public void setPixelOriginInterpretation(EnumPixelOriginInterpretation enumPixelOriginInterpretation)
enumPixelOriginInterpretation - enum value of Pixel Origin Interpretation.public java.lang.String getPixelOriginInterpretation()
public void setDisplayedAreaTopLeftHandCorner(java.lang.Long[] lDisplayedAreaTopLeftHandCorner)
lDisplayedAreaTopLeftHandCorner - Long array of top left pixel in the referenced image to be displayed.public java.lang.Long[] getDisplayedAreaTopLeftHandCorner()
public void setDisplayedAreaBottomRightHandCorner(java.lang.Long[] lDisplayedAreaBottomRightHandCorner)
lDisplayedAreaBottomRightHandCorner - Long array of bottom right pixel in the referenced image to be displayed.public java.lang.Long[] getDisplayedAreaBottomRightHandCorner()
public void setPresentationSizeMode(EnumPresentationSizeMode enumPresentationSizeMode)
enumPresentationSizeMode - Enum value of the Manner of selection of display sizepublic java.lang.String getPresentationSizeMode()
public void setPresentationPixelSpacing(java.lang.String[] arrstrPresentationPixelSpacing)
arrstrPresentationPixelSpacing - String array of Physical distance.public java.lang.String[] getPresentationPixelSpacing()
public void setPresentationPixelAspectRatio(java.lang.String[] arrstrPresentationPixelAspectRatio)
arrstrPresentationPixelAspectRatio - String array of the Ratiopublic java.lang.String[] getPresentationPixelAspectRatio()
public void setPresentationPixelMagnificationRatio(float fPresentationPixelMagnificationRatio)
fPresentationPixelMagnificationRatio - Float value of the Ratio of displayed pixels to source pixelspublic float getPresentationPixelMagnificationRatio()
public ReferencedImageSequence getReferencedImageSequence()