public class PlaneOrientationSequenceItem extends Item
PlanePositionSequenceItem.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getImageOrientation()
Retrieves the direction cosines of the first row and the first column with respect to the patient.
|
void |
setImageOrientation(java.lang.String[] arrStrImageOrientation)
Sets the direction cosines of the first row and the first column with respect to the patient.
|
boolean |
validateForModule()
Validates all the attributes in PlaneOrientationSequenceItem 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 setImageOrientation(java.lang.String[] arrStrImageOrientation)
arrStrImageOrientation - String array of Image Orientation values.public java.lang.String[] getImageOrientation()