public class ImagePixelModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ImagePixelModule(IDataSet objIDataSet)
Creates Image Pixel Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
ImagePixelMacro |
getImagePixelMacro()
Get the Instance of Image Pixel Macro.Attributes related to Image Pixel Macro will be set in Macro
using the setter methods provided in the Macro.Calling this method multiple times will return the same Marco
Instance that was created at first.
|
java.lang.String |
getPixelDataProviderURL()
Retrieves Pixel Data Provider URL.
|
short |
getPixelPaddingRangeLimit()
Retrieves the Pixel Padding Range Limit.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
void |
setPixelDataProviderURL(java.lang.String strPixelDataProviderURL)
Sets Pixel Data Provider URL.
|
void |
setPixelPaddingRangeLimit(short sPixelPaddingRangeLimit)
Sets the Pixel Padding Range Limit.
|
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 ImagePixelModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic ImagePixelMacro getImagePixelMacro()
public void setPixelDataProviderURL(java.lang.String strPixelDataProviderURL)
strPixelDataProviderURL - String value of Pixel Data Provider URL.public java.lang.String getPixelDataProviderURL()
public void setPixelPaddingRangeLimit(short sPixelPaddingRangeLimit)
sPixelPaddingRangeLimit - short value of Pixel Padding Range Limit.public short getPixelPaddingRangeLimit()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module