public class ReferencedFractionGroupSequenceItem extends Item
ReferencedFractionGroupSequence.| Modifier and Type | Method and Description |
|---|---|
ReferencedBeamSequence |
getReferencedBeamSequence()
Retrieves pre-initialized object of Referenced Beam 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.
|
ReferencedBrachyApplicationSetupSequence |
getReferencedBrachyApplicationSetupSequence()
Retrieves pre-initialized object of Referenced Brachy Application Setup 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 |
getReferencedFractionGroupNumber()
Retrieves Referenced Fraction Group Number.
|
void |
setReferencedFractionGroupNumber(java.lang.String strReferencedFractionGroupNumber)
Sets Referenced Fraction Group Number .Uniquely identifies Referenced Fraction Group Number(300C,0022) in Referenced Fraction Group Sequence(300C,0020) in RT Dose Module of RT Plan IOD.
|
boolean |
validateForModule()
Validates all the attributes in ReferencedFractionGroupSequenceItem 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 setReferencedFractionGroupNumber(java.lang.String strReferencedFractionGroupNumber)
strReferencedFractionGroupNumber - String value of Referenced Fraction Group Number.public java.lang.String getReferencedFractionGroupNumber()
public ReferencedBeamSequence getReferencedBeamSequence()
public ReferencedBrachyApplicationSetupSequence getReferencedBrachyApplicationSetupSequence()