public class FiducialSetSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
FiducialSequence |
getFiducialSequence()
Retrieves pre-initialized object of FiducialSequence.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 |
getFrameofReferenceUID()
Retrieves a Frame of Reference that may or may not be an image set
|
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.
|
void |
setFrameofReferenceUID(java.lang.String strFrameofReferenceUID)
Sets a Frame of Reference that may or may not be an image set
|
boolean |
validateForModule()
Validates all the attributes in Fiducial Set Sequence Item 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 - If Mandatory or Conditional element fails.public void setFrameofReferenceUID(java.lang.String strFrameofReferenceUID)
strFrameofReferenceUID - String value of Frame of Referencepublic java.lang.String getFrameofReferenceUID()
public ReferencedImageSequence getReferencedImageSequence()
public FiducialSequence getFiducialSequence()