public class MatrixSequenceItem extends Item
MatrixSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFrameofReferenceTransformationMatrix()
Return 4x4 homogeneous transformation matrix that registers the referenced images to the local RCS.
|
java.lang.String |
getFrameofReferenceTransformationMatrixType()
Retrieves Type of Frame of Reference Transformation Matrix
|
void |
setFrameofReferenceTransformationMatrix(java.lang.String[] arrStrFrameofReferenceTransformationMatrix)
Sets A 4x4 homogeneous transformation matrix that registers the referenced images to the local RCS.
|
void |
setFrameofReferenceTransformationMatrixType(EnumFrameofReferenceTransformationMatrixType enumFrameofReferenceTransformationMatrixType)
Sets Type of Frame of Reference Transformation Matrix
|
boolean |
validateForModule()
Validates all the attributes in MAtrix Sequence 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 setFrameofReferenceTransformationMatrix(java.lang.String[] arrStrFrameofReferenceTransformationMatrix)
arrStrFrameofReferenceTransformationMatrix - String array of homogeneous transformation matrixpublic java.lang.String[] getFrameofReferenceTransformationMatrix()
public void setFrameofReferenceTransformationMatrixType(EnumFrameofReferenceTransformationMatrixType enumFrameofReferenceTransformationMatrixType)
enumFrameofReferenceTransformationMatrixType - enum value of value of Frame of Reference Transformation Matrixpublic java.lang.String getFrameofReferenceTransformationMatrixType()