public class OverlayCurveActivationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
OverlayCurveActivationModule(IDataSet objIDataSet)
Instantiates a new overlay curve activation module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurveActivationLayer()
Retrieves the layer in which the Curve described in group 50xx shall be displayed.
|
java.lang.String |
getOverlayActivationLayer()
Retrieves the layer in which the Overlay described in group 60xx shall be displayed.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setCurveActivationLayer(java.lang.String strCurveActivationLayer)
Sets the layer in which the Curve described in group 50xx 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, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public OverlayCurveActivationModule(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()
public void setCurveActivationLayer(java.lang.String strCurveActivationLayer)
strCurveActivationLayer - String value of the layerpublic java.lang.String getCurveActivationLayer()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module