public class MultiFrameModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
MultiFrameModule(IDataSet objIDataSet)
Instantiates a new multi frame module.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
getFrameIncrementPointer()
Retrieves the collections of Frame Increment Pointers.
|
java.lang.String |
getNumberOfFrames()
Retrieves total number of frames contained within a Multi-frame Image.
|
java.lang.String |
getStereoPairsPresent()
Retrieves Stereo Pairs Present.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
void |
setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
Sets value that is Used to specify multiple values for Frame Increment Pointer.
|
void |
setNumberOfFrames(java.lang.String strNumberOfFrames)
Sets the total number of frames contained within a Multi-frame Image is conveyed in the Number of Frames.
|
void |
setStereoPairsPresent(EnumStereoPairsPresent enumStereoPairsPresent)
Sets Stereo Pairs Present.
|
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 MultiFrameModule(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 setNumberOfFrames(java.lang.String strNumberOfFrames)
strNumberOfFrames - - Specifies the number of frames in the imagepublic void setFrameIncrementPointer(ISingleCollection<ITag> objSingleCollection)
objSingleCollection - - Collection of Tags (GroupNumber and ElementNumbers)public void setStereoPairsPresent(EnumStereoPairsPresent enumStereoPairsPresent)
enumStereoPairsPresent - the enum Stereo Pairs Presentpublic java.lang.String getNumberOfFrames()
public ISingleCollection<ITag> getFrameIncrementPointer()
public java.lang.String getStereoPairsPresent()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module