public class RespiratorySynchronizationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
RespiratorySynchronizationModule(IDataSet objIDataSet)
Instantiates a new respiratory synchronization module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRespiratoryMotionCompensationTechnique()
Retrieves applied technique to reduce respiratory motion artifacts.
|
java.lang.String |
getRespiratorySignalSource()
Retrieves signal source from which respiratory motion is derived.
|
double |
getRespiratoryTriggerDelayThreshold()
Retrieves Respiratory trigger threshold in percent of the chest expansion for the frame relative to the last Respiratory-Peak.
|
java.lang.String |
getRespiratoryTriggerType()
Returns Characteristic of the respiratory signal used to the define the respiratory triggering.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setRespiratoryMotionCompensationTechnique(EnumRespiratoryMotionCompensation enumRespiratoryMotionCompensationTechnique)
Sets applied technique to reduce respiratory motion artifacts.
|
void |
setRespiratorySignalSource(EnumRespiratorySignalSource enumRespiratorySignalSource)
Sets signal source from which respiratory motion is derived.
|
void |
setRespiratoryTriggerDelayThreshold(double dblRespiratoryTriggerDelayThreshold)
Sets Respiratory trigger threshold in percent of the chest expansion for the frame relative to the last Respiratory-Peak.
|
void |
setRespiratoryTriggerType(EnumRespiratoryTriggerType enumRespiratoryTriggerType)
Sets Characteristic of the respiratory signal used to the define the respiratory triggering.
|
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 RespiratorySynchronizationModule(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 setRespiratoryMotionCompensationTechnique(EnumRespiratoryMotionCompensation enumRespiratoryMotionCompensationTechnique)
enumRespiratoryMotionCompensationTechnique - - Enum value of Respiratory Motion Compensation Technique.public java.lang.String getRespiratoryMotionCompensationTechnique()
public void setRespiratorySignalSource(EnumRespiratorySignalSource enumRespiratorySignalSource)
enumRespiratorySignalSource - - Enum value of Respiratory Signal Source.public java.lang.String getRespiratorySignalSource()
public void setRespiratoryTriggerDelayThreshold(double dblRespiratoryTriggerDelayThreshold)
dblRespiratoryTriggerDelayThreshold - Double value of RespiratoryTriggerDelayThresholdpublic double getRespiratoryTriggerDelayThreshold()
public void setRespiratoryTriggerType(EnumRespiratoryTriggerType enumRespiratoryTriggerType)
enumRespiratoryTriggerType - String value of Stereo Pairs Present.public java.lang.String getRespiratoryTriggerType()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module