public class UsedFiducialsSequenceItem extends Item
UsedFiducialsSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFiducialUID()
Return attribute UID that identifies the fiducial used as registration input.
|
void |
setFiducialUID(java.lang.String StrFiducialUID)
Sets attribute UID that identifies the fiducial used as registration input.
|
boolean |
validateForModule()
Validates all the attributes in UsedFiducialsSequenceItem 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 setFiducialUID(java.lang.String StrFiducialUID)
StrFiducialUID - String identifies fiducial used as registration input.public java.lang.String getFiducialUID()