public class PresentationStateBlendingModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PresentationStateBlendingModule(IDataSet objIDataSet)
Instantiates a new PresentationStateBlendingModule.
|
| Modifier and Type | Method and Description |
|---|---|
BlendingSequence |
getBlendingSequence()
Retrieves pre-initialized object of Blending 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
|
ReferencedSpatialRegistrationSequence |
getReferencedSpatialRegistrationSequence()
Retrieves pre-initialized object of Referenced Spatial RegistrationSequence.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
|
float |
getRelativeOpacity()
Retrieves Relative Opacity
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector containing the list of DataElements belonging to the Spatial
Registration Series Module specified by DICOM Standard.
|
void |
setRelativeOpacity(float fRelativeOpacity)
Sets Relative Opacity
|
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 PresentationStateBlendingModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic BlendingSequence getBlendingSequence()
public ReferencedSpatialRegistrationSequence getReferencedSpatialRegistrationSequence()
public void setRelativeOpacity(float fRelativeOpacity)
fRelativeOpacity - Float value of Relative Opacitypublic float getRelativeOpacity()
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module