public class PlanePositionSequenceItem extends Item
PlanePositionSequenceItem.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getImagePosition()
Retrieves the x, y, and z coordinates of the upper left hand corner (center of the first voxel
transmitted) of the image, in mm.
|
void |
setImagePosition(java.lang.String[] arrStrImagePosition)
Sets the x, y, and z coordinates of the upper left hand corner (center of the first voxel
transmitted) of the image, in mm.
|
boolean |
validateForModule()
Validates all the attributes in PlanePositionSequenceItem 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 setImagePosition(java.lang.String[] arrStrImagePosition)
arrStrImagePosition - String array of Image Orientation values.public java.lang.String[] getImagePosition()