public class PostDeformationMatrixRegistrationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrameofReferenceTransformationMatrix()
Retrieves the value of Frame of Reference Transformation Matrix
|
java.lang.String |
getFrameofReferenceTransformationMatrixType()
Return type of Frame of Reference Transformation Matrix.
|
void |
setFrameofReferenceTransformationMatrix(java.lang.String strFrameofReferenceTransformationMatrix)
Sets the Frame of Reference Transformation Matrix.
|
void |
setFrameofReferenceTransformationMatrixType(EnumFrameofReferenceTransformationMatrixType enumFrameofReferenceTransformationMatrixType)
Sets type of Frame of Reference Transformation Matrix
Defined Terms:
1) RIGID.
|
boolean |
validateForModule()
Validates all the attributes in PostDeformationMatrixRegistrationSequenceItem 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 setFrameofReferenceTransformationMatrix(java.lang.String strFrameofReferenceTransformationMatrix)
strFrameofReferenceTransformationMatrix - Specifies Frame of Reference Transformation Matrixpublic java.lang.String getFrameofReferenceTransformationMatrix()
public void setFrameofReferenceTransformationMatrixType(EnumFrameofReferenceTransformationMatrixType enumFrameofReferenceTransformationMatrixType)
enumFrameofReferenceTransformationMatrixType - enum value of Frame of Reference Transformation Matrix Type.public java.lang.String getFrameofReferenceTransformationMatrixType()