public class RTDVHModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
RTDVHModule(IDataSet objIDataSet)
Instantiates a new rTDVH module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDVHNormalizationDoseValue()
Retrieves the DVH Normalization Dose Value.
|
java.lang.String[] |
getDVHNormalizationPoint()
Retrieves DVH Normalization Point.
|
DVHSequence |
getDVHSequence()
Retrieves pre-initialized object of DVH 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
|
ReferencedStructureSetSequence |
getReferencedStructureSetSequence()
Retrieves pre-initialized object of Referenced Structure Set 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
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setDVHNormalizationDoseValue(java.lang.String strDVHNormalizationDoseValue)
The method is used to set DVH Normalization Dose Value.
|
void |
setDVHNormalizationPoint(java.lang.String[] arrStrDVHNormalizationPoint)
This method is used to set Coordinates (x, y, z) of common DVH normalization point in the patient based coordinate system.
|
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 RTDVHModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic ReferencedStructureSetSequence getReferencedStructureSetSequence()
public void setDVHNormalizationPoint(java.lang.String[] arrStrDVHNormalizationPoint)
arrStrDVHNormalizationPoint - : String array of DVH Normalization Pointpublic java.lang.String[] getDVHNormalizationPoint()
public void setDVHNormalizationDoseValue(java.lang.String strDVHNormalizationDoseValue)
strDVHNormalizationDoseValue - :String value of DVH Normalization Dose Valuepublic java.lang.String getDVHNormalizationDoseValue()
public DVHSequence getDVHSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module