public class CardiacSynchronizationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
CardiacSynchronizationModule(IDataSet objIDataSet)
Instantiates a new cardiac synchronization module.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCardiacBeatRejectionTechnique()
Retrieves cardiac arrhythmia rejection technique.
|
double |
getCardiacRRIntervalSpecified()
Retrieves R-R interval in ms measured prior to or during the scan.
|
java.lang.String |
getCardiacSignalSource()
Retrieves if a cardiac synchronization technique was applied during or after the acquisition.
|
java.lang.String |
getCardiacSynchronizationTechnique()
Retrieves if a cardiac synchronization technique was applied during or after the acquisition.
|
java.lang.String |
getHighRRValue()
Return R-R interval high limit for beat rejection, in msec.
|
java.lang.String |
getIntervalsAcquired()
Return Number of R-R intervals acquired.
|
java.lang.String |
getIntervalsRejected()
Return Number of R-R intervals Rejected.
|
java.lang.String |
getLowRRValue()
Return R-R interval low limit for beat rejection, in msec.
|
java.lang.String |
getRescaleType()
Return user-defined label identifier for Cardiac Framing Type.
|
java.lang.String |
getSkipBeats()
Retrieves Number of beats prescribed to be skipped after each detected arrhythmia.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
void |
setCardiacBeatRejectionTechnique(double dCardiacBeatRejectionTechnique)
Sets cardiac arrhythmia rejection technique.
|
void |
setCardiacFramingType(java.lang.String strCardiacFramingType)
Sets Cardiac Framing Type.
|
void |
setCardiacRRIntervalSpecified(double dCardiacRRIntervalSpecified)
Sets R-R interval in ms measured prior to or during the scan.
|
void |
setCardiacSignalSource(java.lang.String strCardiacSignalSource)
Sets Cardiac Signal Source.
|
void |
setCardiacSynchronizationTechnique(java.lang.String strCardiacSynchronizationTechnique)
Sets if a cardiac synchronization technique was applied during or after the acquisition.
|
void |
setHighRRValue(java.lang.String strHighRRValue)
Sets High RR Value.
|
void |
setIntervalsAcquired(java.lang.String strIntervalsAcquired)
Sets Intervals Acquired.
|
void |
setIntervalsRejected(java.lang.String strIntervalsRejected)
Sets Intervals Rejected.
|
void |
setLowRRValue(java.lang.String strLowRRValue)
Sets Low RR Value.
|
void |
setSkipBeats(java.lang.String strSkipBeats)
Sets Number of beats prescribed to be skipped after each 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 CardiacSynchronizationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module fails.public void setCardiacSynchronizationTechnique(java.lang.String strCardiacSynchronizationTechnique)
strCardiacSynchronizationTechnique - String value of Cardiac Synchronization Technique.public java.lang.String getCardiacSynchronizationTechnique()
public void setCardiacSignalSource(java.lang.String strCardiacSignalSource)
strCardiacSignalSource - the str cardiac signal sourcepublic java.lang.String getCardiacSignalSource()
public void setCardiacRRIntervalSpecified(double dCardiacRRIntervalSpecified)
dCardiacRRIntervalSpecified - double value of Cardiac RR Interval.public double getCardiacRRIntervalSpecified()
public void setCardiacBeatRejectionTechnique(double dCardiacBeatRejectionTechnique)
dCardiacBeatRejectionTechnique - double value of Cardiac Beat Rejection Technique.public double getCardiacBeatRejectionTechnique()
public void setLowRRValue(java.lang.String strLowRRValue)
strLowRRValue - the str low rr valuepublic java.lang.String getHighRRValue()
public void setHighRRValue(java.lang.String strHighRRValue)
strHighRRValue - the str high rr valuepublic java.lang.String getLowRRValue()
public void setIntervalsAcquired(java.lang.String strIntervalsAcquired)
strIntervalsAcquired - the str intervals acquiredpublic java.lang.String getIntervalsAcquired()
public void setIntervalsRejected(java.lang.String strIntervalsRejected)
strIntervalsRejected - Number of R-R intervals Rejected.public java.lang.String getIntervalsRejected()
public void setSkipBeats(java.lang.String strSkipBeats)
strSkipBeats - - Number of beats prescribed to be skipped after each detected arrhythmia.public java.lang.String getSkipBeats()
public void setCardiacFramingType(java.lang.String strCardiacFramingType)
strCardiacFramingType - String value of Cardiac Framing Type.public java.lang.String getRescaleType()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module