public class NMMultiGatedAcquisitionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
NMMultiGatedAcquisitionModule(IDataSet objIDataSet)
Instantiates a new nM multi gated acquisition module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeatRejectionFlag()
Retrieves Heart beat duration sorting has been applied.
|
GatedInformationSequence |
getGatedInformationSequence()
Retrieves Sequence of Repeating Items that describe R-R intervals.
|
java.lang.String |
getHeartRate()
Retrieves Average number of heart beats per minute.
|
java.lang.String |
getPVCRejection()
Retrieves Description of type of arrhythmic beat rejection criteria used.
|
java.lang.String |
getSkipBeats()
Retrieves Number of beats skipped after a detected arrhythmia.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setBeatRejectionFlag(EnumBeatRejectionFlag enumBeatRejectionFlag)
Sets Heart beat duration sorting has been applied.
|
void |
setHeartRate(java.lang.String strHeartRate)
Sets Average number of heart beats per minute for the collection period for these
frames.
|
void |
setPVCRejection(java.lang.String strPVCRejection)
Sets Description of type of arrhythmic beat rejection criteria used.
|
void |
setSkipBeats(java.lang.String strSkipBeats)
Sets Number of beats skipped after a detected arrhythmia.
|
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 NMMultiGatedAcquisitionModule(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 setBeatRejectionFlag(EnumBeatRejectionFlag enumBeatRejectionFlag)
enumBeatRejectionFlag - the enum beat rejection flagpublic void setPVCRejection(java.lang.String strPVCRejection)
strPVCRejection - - String value of beat rejection criteria usedpublic void setSkipBeats(java.lang.String strSkipBeats)
strSkipBeats - - String value of Number of beats skippedpublic void setHeartRate(java.lang.String strHeartRate)
strHeartRate - - String value number of heart beatspublic GatedInformationSequence getGatedInformationSequence()
public java.lang.String getBeatRejectionFlag()
public java.lang.String getPVCRejection()
public java.lang.String getSkipBeats()
public java.lang.String getHeartRate()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module