public class OverlayActivationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
OverlayActivationModule(IDataSet objIDataSet)
Creates OverlayActivationModule
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOverlayActivationLayer()
Retrieves the layer in which the Overlay described in group 60xx shall be displayed.
|
void |
setOverlayActivationLayer(java.lang.String strOverlayActivationLayer)
Sets the layer in which the Overlay described in group 60xx shall be displayed.
|
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, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public OverlayActivationModule(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 setOverlayActivationLayer(java.lang.String strOverlayActivationLayer)
strOverlayActivationLayer - String value of the layerpublic java.lang.String getOverlayActivationLayer()