public class BitmapDisplayShutterModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
BitmapDisplayShutterModule(IDataSet objIDataSet)
Creates Bitmap Display Shutter Modulee with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getShutterOverlayGroup()
Retrieves the Group (60xx) of an Overlay stored within the Presentation State IOD that contains the bitmap data.
|
short |
getShutterPresentationColorCIELabValue()
Retrieves the Shutter Presentation Color CIE Lab Value.
|
short |
getShutterPresentationValue()
Retrieves the value used to replace those parts of the image occluded by the shutter, in PValues.
|
java.lang.String[] |
getShutterShape()
Retrieves Shape of the shutter defined for display.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setShutterOverlayGroup(short shShutterOverlayGroup)
Sets the Group (60xx) of an Overlay stored within the Presentation State IOD that contains the bitmap data.
|
void |
setShutterPresentationColorCIELabValue(short sShutterPresentationColorCIELabValue)
Sets the Shutter Presentation Color CIE Lab Value.
|
void |
setShutterPresentationValue(short shShutterPresentationValue)
Sets the value used to replace those parts of the image occluded by the shutter, in PValues.
|
void |
setShutterShape(EnumShutterShape[] enumShutterShape)
Sets Shape of the shutter defined for display.
|
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 BitmapDisplayShutterModule(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 setShutterShape(EnumShutterShape[] enumShutterShape)
enumShutterShape - the enum shutter shapepublic java.lang.String[] getShutterShape()
public void setShutterOverlayGroup(short shShutterOverlayGroup)
shShutterOverlayGroup - short value of Shutter Overlay Group.public short getShutterOverlayGroup()
public void setShutterPresentationValue(short shShutterPresentationValue)
shShutterPresentationValue - short value of Shutter Presentation Value.public short getShutterPresentationValue()
public void setShutterPresentationColorCIELabValue(short sShutterPresentationColorCIELabValue)
sShutterPresentationColorCIELabValue - short value of Shutter Presentation Color CIE Lab Value.public short getShutterPresentationColorCIELabValue()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module