public class PresentationStateShutterModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PresentationStateShutterModule(IDataSet objIDataSet)
Instantiates a new PresentationStateShutterModule.
|
| Modifier and Type | Method and Description |
|---|---|
short[] |
getShutterPresentationColorCIELabValue()
Retrieves ShutterPresentationColorCIELabValue
|
short |
getShutterPresentationValue()
Retrieves single gray scale unsigned value used to replace those parts of the image occluded by the shutter, when rendered on a monochrome display.
|
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 |
setShutterPresentationColorCIELabValue(short[] arrShShutterPresentationColorCIELabValue) |
void |
setShutterPresentationValue(short shShutterPresentationValue)
Sets single gray scale unsigned value used to replace those parts of the image occluded by the shutter, when rendered on a monochrome 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 PresentationStateShutterModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic void setShutterPresentationValue(short shShutterPresentationValue)
shShutterPresentationValue - short value of single grayscale unsigned value used to replace those parts of the imageoccluded by the shutter, when rendered on a monochrome display.public short getShutterPresentationValue()
public void setShutterPresentationColorCIELabValue(short[] arrShShutterPresentationColorCIELabValue)
public short[] getShutterPresentationColorCIELabValue()
public boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module