public class GeneralMachineVerificationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
ApplicatorSequence |
getApplicatorSequence()
Retrieves pre-initialized object of Applicator 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.
|
BeamLimitingDeviceLeafPairsSequence |
getBeamLimitingDeviceLeafPairsSequence()
Retrieves pre-initialized object of Beam Limiting Device Leaf PairsSequence.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 |
getBeamName()
Return Beam Name.
|
java.lang.String |
getNumberOfBlocks()
Retrieves Number Of Blocks
|
java.lang.String |
getNumberOfBoli()
Retrieves Number Of Boli
|
java.lang.String |
getNumberOfCompensators()
Retrieves Number Of Compensators
|
java.lang.String |
getNumberOfControlPoints()
Retrieves Number Of Control Points
|
java.lang.String |
getNumberOfWedges()
Retrieves Number Of Wedges
|
PatientSetupSequence |
getPatientSetupSequence()
Retrieves pre-initialized object of Patient 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 |
getRadiationType()
Return type of Radiation used.
|
RecordedBlockSequence |
getRecordedBlockSequence()
Retrieves pre-initialized object of Recorded Block Sequencee.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.
|
RecordedCompensatorSequence |
getRecordedCompensatorSequence()
Retrieves pre-initialized object of Recorded Compensator 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 |
getReferencedBeamNumber()
Retrieves Referenced Beam Number
|
ReferencedBolusSequence |
getReferencedBolusSequence()
Retrieves pre-initialized object of Referenced Bolus 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 |
getSpecifiedPrimaryMeterset()
Return Specified Primary Meterset.
|
java.lang.String |
getSpecifiedSecondaryMeterset()
Return Specified Secondary Meterset.
|
java.lang.String |
getSpecifiedTreatmentTime()
Return Specified Treatment Time.
|
java.lang.String |
getTreatmentMachineName()
Return Treatment Machine Name.
|
void |
setBeamName(java.lang.String strBeamName)
Sets Beam Name.
|
void |
setNumberOfBlocks(java.lang.String strNumberOfBlocks)
Sets the Number Of Blocks.
|
void |
setNumberOfBoli(java.lang.String strNumberOfBoli)
Sets the Number Of Boli.
|
void |
setNumberOfCompensators(java.lang.String strNumberOfCompensators)
Sets the Number Of Compensators.
|
void |
setNumberOfControlPoints(java.lang.String strNumberOfControlPoints)
Sets the Number Of Control Points.
|
void |
setNumberOfWedges(java.lang.String strNumberOfWedges)
Sets the Number Of Wedges.
|
void |
setRadiationType(EnumRadiationType enumRadiationType)
Sets Particle type of Beam.
|
void |
setReferencedBeamNumber(java.lang.String strReferencedBeamNumber)
Sets the Referenced Beam Number.
|
void |
setSpecifiedPrimaryMeterset(java.lang.String strSpecifiedPrimaryMeterset)
Sets Specified Primary Meterset.
|
void |
setSpecifiedSecondaryMeterset(java.lang.String strSpecifiedSecondaryMeterset)
Sets Specified Secondary Meterset.
|
void |
setSpecifiedTreatmentTime(java.lang.String strSpecifiedTreatmentTime)
Sets Specified Treatment Time.
|
void |
setTreatmentMachineName(java.lang.String strTreatmentMachineName)
Sets Treatment Machine Name.
|
boolean |
validateForModule()
Validates all the attributes in GeneralMachineVerificationSequenceItem 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 setSpecifiedPrimaryMeterset(java.lang.String strSpecifiedPrimaryMeterset)
strSpecifiedPrimaryMeterset - -String value of Specified Primary Meterset.public java.lang.String getSpecifiedPrimaryMeterset()
public void setSpecifiedSecondaryMeterset(java.lang.String strSpecifiedSecondaryMeterset)
strSpecifiedSecondaryMeterset - -String value of Specified Secondary Meterset.public java.lang.String getSpecifiedSecondaryMeterset()
public void setSpecifiedTreatmentTime(java.lang.String strSpecifiedTreatmentTime)
strSpecifiedTreatmentTime - -String value of Specified Treatment Time.public java.lang.String getSpecifiedTreatmentTime()
public BeamLimitingDeviceLeafPairsSequence getBeamLimitingDeviceLeafPairsSequence()
public RecordedBlockSequence getRecordedBlockSequence()
public void setTreatmentMachineName(java.lang.String strTreatmentMachineName)
strTreatmentMachineName - -String value of Treatment Machine Name.public java.lang.String getTreatmentMachineName()
public void setBeamName(java.lang.String strBeamName)
strBeamName - -String value of Beam Name.public java.lang.String getBeamName()
public void setRadiationType(EnumRadiationType enumRadiationType)
enumRadiationType - enum value of Radiation Type.public java.lang.String getRadiationType()
public void setNumberOfWedges(java.lang.String strNumberOfWedges)
strNumberOfWedges - -String value Number Of Wedgespublic java.lang.String getNumberOfWedges()
public void setNumberOfCompensators(java.lang.String strNumberOfCompensators)
strNumberOfCompensators - -String value Number Of Compensatorspublic java.lang.String getNumberOfCompensators()
public void setNumberOfBoli(java.lang.String strNumberOfBoli)
strNumberOfBoli - -String value Number Of Bolipublic java.lang.String getNumberOfBoli()
public void setNumberOfBlocks(java.lang.String strNumberOfBlocks)
strNumberOfBlocks - -String value Number Of Blockspublic java.lang.String getNumberOfBlocks()
public ApplicatorSequence getApplicatorSequence()
public void setNumberOfControlPoints(java.lang.String strNumberOfControlPoints)
strNumberOfControlPoints - -String value Number Of Control Pointspublic java.lang.String getNumberOfControlPoints()
public void setReferencedBeamNumber(java.lang.String strReferencedBeamNumber)
strReferencedBeamNumber - -String value Referenced Beam Numberpublic java.lang.String getReferencedBeamNumber()
public PatientSetupSequence getPatientSetupSequence()
public ReferencedBolusSequence getReferencedBolusSequence()
public RecordedCompensatorSequence getRecordedCompensatorSequence()