public class FramePointersModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
FramePointersModule(IDataSet objIDataSet)
Instantiates a new frame pointers module.
|
| Modifier and Type | Method and Description |
|---|---|
short[] |
getFrameNumbersOfInterest()
Retrieves Frame number(s) selected as frames of interest.
|
java.lang.String[] |
getFrameOfInterestType()
Retrieves Frames Of Interest Type.
|
java.lang.String[] |
getFramesOfInterestDescription()
Retrieves Description of each one of the Frame(s) of Interest selected in (0028,6020).
|
short |
getRepresentativeFrameNumber()
Retrieves frame number selected for use as a pictorial representation (e.g.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
void |
setFrameNumbersOfInterest(short[] arrShFrameNumbersOfInterest)
Frame number(s) selected as frames of interest.
|
void |
setFrameOfInterestType(EnumFrameOfInterestType[] enumFrameOfInterestType)
A defined term for each one of the Frame(s) of Interest (0028,6020) that identifies the significance of the frame.
|
void |
setFramesOfInterestDescription(java.lang.String[] arrStrFramesOfInterestDescription)
Description of each one of the Frame(s) of Interest selected in (0028,6020).
|
void |
setRepresentativeFrameNumber(short sRepresentativeFrameNumber)
The frame number selected for use as a pictorial representation (e.g.
|
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 FramePointersModule(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 setRepresentativeFrameNumber(short sRepresentativeFrameNumber)
sRepresentativeFrameNumber - - the representative frame numberpublic short getRepresentativeFrameNumber()
public void setFrameNumbersOfInterest(short[] arrShFrameNumbersOfInterest)
arrShFrameNumbersOfInterest - - the frame numbers of interestpublic short[] getFrameNumbersOfInterest()
public void setFramesOfInterestDescription(java.lang.String[] arrStrFramesOfInterestDescription)
arrStrFramesOfInterestDescription - - the frames of interest descriptionpublic java.lang.String[] getFramesOfInterestDescription()
public void setFrameOfInterestType(EnumFrameOfInterestType[] enumFrameOfInterestType)
enumFrameOfInterestType - - array of the frame of interest typepublic java.lang.String[] getFrameOfInterestType()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module