public class FractionGroupSequenceItem extends Item
FractionGroupSequenceItem| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeamDoseMeaning()
Return Beam Dose Meaning.
|
java.lang.String |
getFractionGroupDescription()
Return user defined description for the fraction group.
|
java.lang.String |
getFractionGroupNumber()
Return identification number of the Fraction Group.
|
java.lang.String |
getFractionPattern()
Return string of 0's (no treatment) and 1's (treatment) describing treatment pattern.
|
java.lang.String |
getNumberOfBeams()
Return number of beams in current Fraction Group.
|
java.lang.String |
getNumberOfBrachyApplicationSetups()
Return number of Brachy Application Setups in current Fraction Group.
|
java.lang.String |
getNumberOfFractionPatternDigitsPerDay()
Return number of digits in Fraction Pattern (300A,007B) used to represent one day.
|
java.lang.String |
getNumberOfFractionsPlanned()
Return Total number of treatments (Fractions)prescribed for current Fraction Group.
|
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.
|
ReferencedDoseReferenceSequence |
getReferencedDoseReferenceSequence()
Retrieves pre-initialized object of Referenced Dose Reference 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.
|
ReferencedDoseSequence |
getReferencedDoseSequence()
Retrieves pre-initialized object of Referenced Dose 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 |
getRepeatFractionCycleLength()
Return number of weeks needed to describe treatment pattern.
|
void |
setBeamDoseMeaning(EnumBeamDoseMeaning enumBeamDoseMeaning)
Sets Beam Dose Meaning.
|
void |
setFractionGroupDescription(java.lang.String strFractionGroupDescription)
Sets user defined description for the fraction group.
|
void |
setFractionGroupNumber(java.lang.String strFractionGroupNumber)
Sets identification number of the Fraction Group.
|
void |
setFractionPattern(java.lang.String strFractionPattern)
Sets string of 0's (no treatment) and 1's (treatment) describing treatment pattern.
|
void |
setNumberOfBeams(java.lang.String strNumberOfBeams)
Sets number of beams in current Fraction Group.
|
void |
setNumberOfBrachyApplicationSetups(java.lang.String strNumberOfBrachyApplicationSetups)
Sets number of Brachy Application Setups in current Fraction Group.
|
void |
setNumberOfFractionPatternDigitsPerDay(java.lang.String strNumberOfFractionsPlanned)
Sets number of digits in Fraction Pattern (300A,007B) used to represent one day.
|
void |
setNumberOfFractionsPlanned(java.lang.String strNumberOfFractionsPlanned)
Sets Total number of treatments (Fractions)prescribed for current Fraction Group.
|
void |
setRepeatFractionCycleLength(java.lang.String strNumberOfFractionsPlanned)
Sets number of weeks needed to describe treatment pattern.
|
boolean |
validateForModule()
Validates all the attributes in FractionGroupSequenceItem 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 setFractionGroupNumber(java.lang.String strFractionGroupNumber)
strFractionGroupNumber - String value of Fraction Number.public java.lang.String getFractionGroupNumber()
public void setFractionGroupDescription(java.lang.String strFractionGroupDescription)
strFractionGroupDescription - String value of Fraction Description.public java.lang.String getFractionGroupDescription()
public ReferencedDoseSequence getReferencedDoseSequence()
public ReferencedDoseReferenceSequence getReferencedDoseReferenceSequence()
public void setNumberOfFractionsPlanned(java.lang.String strNumberOfFractionsPlanned)
strNumberOfFractionsPlanned - String value of Total number of treatments.public java.lang.String getNumberOfFractionsPlanned()
public void setNumberOfFractionPatternDigitsPerDay(java.lang.String strNumberOfFractionsPlanned)
strNumberOfFractionsPlanned - String value of Number of Fraction Pattern Digits Per Day.public java.lang.String getNumberOfFractionPatternDigitsPerDay()
public void setRepeatFractionCycleLength(java.lang.String strNumberOfFractionsPlanned)
strNumberOfFractionsPlanned - String value of Repeat Fraction Cycle Length.public java.lang.String getRepeatFractionCycleLength()
public void setFractionPattern(java.lang.String strFractionPattern)
strFractionPattern - String value of Fraction Pattern.public java.lang.String getFractionPattern()
public void setBeamDoseMeaning(EnumBeamDoseMeaning enumBeamDoseMeaning)
enumBeamDoseMeaning - enum value of Beam Dose Meaning.public java.lang.String getBeamDoseMeaning()
public void setNumberOfBeams(java.lang.String strNumberOfBeams)
strNumberOfBeams - String value of Number of Beams.public java.lang.String getNumberOfBeams()
public ReferencedBeamSequence getReferencedBeamSequence()
public void setNumberOfBrachyApplicationSetups(java.lang.String strNumberOfBrachyApplicationSetups)
strNumberOfBrachyApplicationSetups - String value of Number of Brachy Application Setups.public java.lang.String getNumberOfBrachyApplicationSetups()
public ReferencedBrachyApplicationSetupSequence getReferencedBrachyApplicationSetupSequence()