public class RegistrationSequenceItem extends Item
RegistrationSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrameofReferenceUID()
Return attribute identifies a Frame of Reference that may or may not be an image set.
|
MatrixRegistrationSequence |
getMatrixRegistrationSequence()
Retrieves pre-initialized object of 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
|
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 |
setFrameofReferenceUID(java.lang.String StrFrameofReferenceUID)
Sets attribute identifies a Frame of Reference that may or may not be an image set.
|
boolean |
validateForModule()
Validates all the attributes in RegistrationSequenceItem 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 setFrameofReferenceUID(java.lang.String StrFrameofReferenceUID)
StrFrameofReferenceUID - String identifies Frame of Referencepublic java.lang.String getFrameofReferenceUID()
public ReferencedImageSequence getReferencedImageSequence()
public MatrixRegistrationSequence getMatrixRegistrationSequence()
public UsedFiducialsSequence getUsedFiducialsSequence()