public class DeformableRegistrationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
DeformableRegistrationGridSequence |
getDeformableRegistrationGridSequence()
Retrieves pre-initialized object of Deformable Registration Grid Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getFrameofReferenceTransformationComment()
Return Frame of Reference Transformation Comment.
|
PostDeformationMatrixRegistrationSequence |
getPostDeformationMatrixRegistrationSequence()
Retrieves pre-initialized object of Post Deformation Matrix Registration Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
PreDeformationMatrixRegistrationSequence |
getPreDeformationMatrixRegistrationSequence()
Retrieves pre-initialized object of PreDeformation Matrix Registration Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
ReferencedImageSequence |
getReferencedImageSequence()
Retrieves pre-initialized object of Referenced Image Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
RegistrationTypeCodeSequence |
getRegistrationTypeCodeSequence()
Retrieves pre-initialized object of Registration Type Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getSourceFrameofReferenceUID()
Retrieves a Source Frame of Reference UID.
|
UsedFiducialsSequence |
getUsedFiducialsSequence()
Retrieves pre-initialized object of Used Fiducials Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setFrameofReferenceTransformationComment(java.lang.String strFrameofReferenceTransformationComment)
Sets Frame of Reference Transformation Comment.
|
void |
setSourceFrameofReferenceUID(java.lang.String strSourceFrameofReferenceUID)
Sets a Source Frame of Reference UID.
|
boolean |
validateForModule()
Validates all the attributes in DeformableRegistrationSequenceItem 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 setSourceFrameofReferenceUID(java.lang.String strSourceFrameofReferenceUID)
strSourceFrameofReferenceUID - String value of Source Frame of Reference UID.public java.lang.String getSourceFrameofReferenceUID()
public ReferencedImageSequence getReferencedImageSequence()
public void setFrameofReferenceTransformationComment(java.lang.String strFrameofReferenceTransformationComment)
strFrameofReferenceTransformationComment - String value of Frame of Reference Transformation Comment.public java.lang.String getFrameofReferenceTransformationComment()
public RegistrationTypeCodeSequence getRegistrationTypeCodeSequence()
public PreDeformationMatrixRegistrationSequence getPreDeformationMatrixRegistrationSequence()
public PostDeformationMatrixRegistrationSequence getPostDeformationMatrixRegistrationSequence()
public DeformableRegistrationGridSequence getDeformableRegistrationGridSequence()
public UsedFiducialsSequence getUsedFiducialsSequence()