public class ReferencedImageNavigationSequenceItem extends SOPInstanceReferenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
short[] |
getBottomRightHandCornerOfLocalizerArea()
Retrieves Top Left Hand Corner of Localizer image pixel areacorresponding to referenced frame,specified as column\row.Column is the horizontal offset and row is the vertical offset.
|
java.lang.String |
getOpticalPathIdentifier()
Retrieves the optical path used in acquiring the referenced Frameby reference to an Item in the Optical Path Sequence(0048,0105) of the current SOP Instance.
|
java.lang.String[] |
getPixelSpacing()
Retrieves Pixel Spacing in Referenced Image,specified as a numeric pair- adjacent row spacing \ adjacent column spacing, in mm.
|
java.lang.String[] |
getReferencedFrameNumber()
Retrieves Referenced Frame Number within Referenced Image.
|
short |
getSamplesPerPixel()
Retrieves the number of samples (color planes) containing information inthe referenced image.
|
short[] |
getTopLeftHandCornerOfLocalizerArea()
Retrieves Top Left Hand Corner of Localizer image pixel areacorresponding to referenced frame,specified as column\row.Column is the horizontal offset and row is the vertical offset.
|
java.lang.String |
getZOffsetInSlideCoordinateSystem()
Retrieves the Z offset of the referenced frame from the Slide CoordinatesSystem reference plane, in microns
|
void |
setBottomRightHandCornerOfLocalizerArea(short[] arrShBottomRightHandCornerOfLocalizerArea) |
void |
setOpticalPathIdentifier(java.lang.String strOpticalPathIdentifier)
Sets the optical path used in acquiring the referenced Frameby reference to an Item in the Optical Path Sequence(0048,0105) of the current SOP Instance.
|
void |
setPixelSpacing(java.lang.String[] strPixelSpacing)
Sets Pixel Spacing in Referenced Image,specified as a numeric pair- adjacent row spacing \ adjacent column spacing, in mm.
|
void |
setReferencedFrameNumber(java.lang.String strReferencedFrameNumber)
Sets Referenced Frame Number within Referenced Image.
|
void |
setSamplesPerPixel(short shSamplesPerPixel)
Sets the number of samples (color planes) containing information inthe referenced image.
|
void |
setTopLeftHandCornerOfLocalizerArea(short[] arrShTopLeftHandCornerOfLocalizerArea) |
void |
setZOffsetInSlideCoordinateSystem(java.lang.String strZOffsetInSlideCoordinateSystem)
Sets the Z offset of the referenced frame from the Slide CoordinatesSystem reference plane, in microns
|
boolean |
validateForModule()
Validates all the attributes in ReferencedImageNavigationSequenceItem that are present in the DataSet.
|
getSOPInstanceReferenceMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setReferencedFrameNumber(java.lang.String strReferencedFrameNumber)
strReferencedFrameNumber - String Value component of a Name/Value pair when the Concept implied by Concept Namepublic java.lang.String[] getReferencedFrameNumber()
public void setTopLeftHandCornerOfLocalizerArea(short[] arrShTopLeftHandCornerOfLocalizerArea)
public short[] getTopLeftHandCornerOfLocalizerArea()
public void setBottomRightHandCornerOfLocalizerArea(short[] arrShBottomRightHandCornerOfLocalizerArea)
public short[] getBottomRightHandCornerOfLocalizerArea()
public void setPixelSpacing(java.lang.String[] strPixelSpacing)
strPixelSpacing - String value of Pixel Spacing.public java.lang.String[] getPixelSpacing()
public void setZOffsetInSlideCoordinateSystem(java.lang.String strZOffsetInSlideCoordinateSystem)
strZOffsetInSlideCoordinateSystem - String value of Z Offset in Slide CoordinateSystem.public java.lang.String getZOffsetInSlideCoordinateSystem()
public void setSamplesPerPixel(short shSamplesPerPixel)
shSamplesPerPixel - short value of Samples per Pixelpublic short getSamplesPerPixel()
public void setOpticalPathIdentifier(java.lang.String strOpticalPathIdentifier)
strOpticalPathIdentifier - public java.lang.String getOpticalPathIdentifier()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class SOPInstanceReferenceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.