public class RTBrachyApplicationSetupsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
RTBrachyApplicationSetupsModule(IDataSet objIDataSet)
Instantiates a new rT brachy application setups module.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationSetupSequence |
getApplicationSetupSequence()
Retrieves sequence of items describing Frames of Reference in which the ROIs are defined.
|
java.lang.String |
getBrachyTreatmentTechnique()
Retrieves brachytherapy treatment technique.
|
java.lang.String |
getBrachyTreatmentType()
Retrieves brachytherapy treatment type.
|
SourceSequence |
getSourceSequence()
Retrieves sequence of items describing Frames of Reference in which the ROIs are defined.
|
TreatmentMachineSequence |
getTreatmentMachineSequence()
Retrieves sequence of items describing Frames of Reference in which the ROIs are defined.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setBrachyTreatmentTechnique(EnumBrachyTreatmentTechnique enumBrachyTreatmentTechnique)
Sets type of brachytherapy treatment technique.
|
void |
setBrachyTreatmentType(EnumBrachyTreatmentType enumBrachyTreatmentType)
Sets type of brachytherapy treatment..
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public RTBrachyApplicationSetupsModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setBrachyTreatmentTechnique(EnumBrachyTreatmentTechnique enumBrachyTreatmentTechnique)
enumBrachyTreatmentTechnique - - Enum value of Brachy Treatment Technique.public java.lang.String getBrachyTreatmentTechnique()
public void setBrachyTreatmentType(EnumBrachyTreatmentType enumBrachyTreatmentType)
enumBrachyTreatmentType - - Enum value of Brachy Treatment Type.public java.lang.String getBrachyTreatmentType()
public TreatmentMachineSequence getTreatmentMachineSequence()
TreatmentMachineSequence.public SourceSequence getSourceSequence()
SourceSequence.public ApplicationSetupSequence getApplicationSetupSequence()
ApplicationSetupSequence.public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module