public class LUTIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
LUTIdentificationModule(IDataSet objIDataSet)
Creates LUT Identification Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLUTNumber()
Retrieves number that identifies this LUT.
|
ReferencedImageSequence |
getReferencedImageSequence()
This method Returns provides the pre-initialized object of Referenced Image Sequence
return - object of Referenced Image Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the
LUT Identification Module specified by DICOM Standard.
|
void |
setLUTNumber(java.lang.String strLUTNumber)
Sets A number that identifies this LUT.
|
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 LUTIdentificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - when the module is invalidpublic void setLUTNumber(java.lang.String strLUTNumber)
strLUTNumber - String value of LUT Number.public java.lang.String getLUTNumber()
public ReferencedImageSequence getReferencedImageSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module