public class ReferencedBeamSequenceItem extends Item
ReferencedBeamSequence| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeamDose()
Retrieves dose (in Gy) at Beam Dose Specification Point (300A,0082) due to current Beam.
|
java.lang.String[] |
getBeamDoseSpecificationPoint()
Retrieves coordinates (x,y,z) of point at which Beam Dose is specified in the patient based coordinate system.
|
BeamDoseVerificationControlPointSequence |
getBeamDoseVerificationControlPointSequence()
Retrieves pre-initialized object of Beam Dose VerificationControl Point 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 |
getBeamMeterset()
Retrieves machine setting to be delivered for current Beam, specified in Monitor Units (MU) or
minutes as defined by Primary Dosimeter Unit (300A,00B3) (in RT Beams Module) for referenced Beam.
|
java.lang.String |
getReferencedBeamNumber()
Retrieves Referenced Beam Number.
|
void |
setBeamDose(java.lang.String strBeamDose)
Sets dose (in Gy) at Beam Dose Specification Point (300A,0082) due to current Beam.
|
void |
setBeamDoseSpecificationPoint(java.lang.String[] arrStrBeamDoseSpecificationPoint)
Sets coordinates (x,y,z) of point at which Beam Dose is specified in the patient based coordinate system.
|
void |
setBeamMeterset(java.lang.String strBeamMeterset)
Sets machine setting to be delivered for current Beam, specified in Monitor Units (MU) or
minutes as defined by Primary Dosimeter Unit (300A,00B3) (in RT Beams Module) for referenced Beam.
|
void |
setReferencedBeamNumber(java.lang.String strReferencedBeamNumber)
Sets References Beam specified by Beam Number (300A,00C0) in Beam Sequence (300A,00B0) in RT Beams Module within referenced RT Plan.
|
boolean |
validateForModule()
Validates all the attributes in ReferencedBeamSequenceItem 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 setReferencedBeamNumber(java.lang.String strReferencedBeamNumber)
strReferencedBeamNumber - String value of Referenced Beam Number.public java.lang.String getReferencedBeamNumber()
public void setBeamDoseSpecificationPoint(java.lang.String[] arrStrBeamDoseSpecificationPoint)
arrStrBeamDoseSpecificationPoint - String value of Beam Dose Specification Point.public java.lang.String[] getBeamDoseSpecificationPoint()
public void setBeamDose(java.lang.String strBeamDose)
strBeamDose - String value of Beam Dose.public java.lang.String getBeamDose()
public void setBeamMeterset(java.lang.String strBeamMeterset)
strBeamMeterset - String value of Beam Meterset.public java.lang.String getBeamMeterset()
public BeamDoseVerificationControlPointSequence getBeamDoseVerificationControlPointSequence()