public class PETMultiGatedAcquisitionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PETMultiGatedAcquisitionModule(IDataSet objIDataSet)
Creates PET Multi-Gated Acquisition Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeatRejectionFlag()
Retrieves Beat length sorting has been applied.
|
java.lang.String |
getFramingType()
Retrieves Description of type of framing performed.
|
java.lang.String |
getHeartRate()
Retrieves Beats per minute.
|
java.lang.String |
getPVCRejection()
Retrieves Description of type of PVC rejection criteria used.
|
java.lang.String |
getSkipBeats()
Retrieves Number of beats skipped after a detected arrhythmia.
|
java.lang.String |
getTriggerSourceOrType()
Returns Text indicating trigger source.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setBeatRejectionFlag(EnumBeatRejectionFlag enumBeatRejectionFlag)
Heart beat duration sorting has been applied.
|
void |
setFramingType(java.lang.String strFramingType)
Sets Description of type of framing performed.
|
void |
setHeartRate(java.lang.String strHeartRate)
Sets Average number of heart beats per minute for the collection period for this image.
|
void |
setPVCRejection(java.lang.String strPVCRejection)
Sets Description of type of PVC rejection criteria used.
|
void |
setSkipBeats(java.lang.String strSkipBeats)
Sets Number of beats skipped after a detected arrhythmia.
|
void |
setTriggerSourceOrType(EnumTriggerSourceOrType enumTriggerSourceOrType)
Sets Text indicating trigger source.
|
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 PETMultiGatedAcquisitionModule(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 - Enum value of Beat Rejection Flag.public java.lang.String getBeatRejectionFlag()
public void setTriggerSourceOrType(EnumTriggerSourceOrType enumTriggerSourceOrType)
enumTriggerSourceOrType - enum value of Trigger Source Or Type.public java.lang.String getTriggerSourceOrType()
public void setPVCRejection(java.lang.String strPVCRejection)
strPVCRejection - String value of beat rejection criteria usedpublic java.lang.String getPVCRejection()
public void setSkipBeats(java.lang.String strSkipBeats)
strSkipBeats - Number of beats skipped after a detected arrhythmia.public java.lang.String getSkipBeats()
public void setHeartRate(java.lang.String strHeartRate)
strHeartRate - String value of Beats per minute.public java.lang.String getHeartRate()
public void setFramingType(java.lang.String strFramingType)
strFramingType - String value of Description of type of framing performed.public java.lang.String getFramingType()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module