public class XAOrXRFMultiframePresentationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
XAOrXRFMultiframePresentationModule(IDataSet objIDataSet)
Instantiates a new waveform identification module.
|
| Modifier and Type | Method and Description |
|---|---|
FrameDisplaySequence |
getFrameDisplaySequence()
This method provides the pre-initialized object of Frame Display Sequence.
|
short |
getPreferredPlaybackSequencing()
Retrieves the preferred playback sequencing for a multi-frame image.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setPreferredPlaybackSequencing(short sPreferredPlaybackSequencing)
Sets the preferred playback sequencing for a multi-frame image.
|
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 XAOrXRFMultiframePresentationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - If validation of Module failspublic void setPreferredPlaybackSequencing(short sPreferredPlaybackSequencing)
sPreferredPlaybackSequencing - short value of Preferred Playback Sequencing.public short getPreferredPlaybackSequencing()
public FrameDisplaySequence getFrameDisplaySequence()