public class IntravascularImageAcquisitionParametersModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
IntravascularImageAcquisitionParametersModule(IDataSet objIDataSet)
Creates Intravascular Image Acquisition Parameters Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatheterDirectionofRotation()
Return Catheter Direction of Rotation.
|
double |
getCatheterRotationalRate()
Retrieves Catheter Rotational Rate.
|
java.lang.String |
getIVUSAcquisition()
Return a term that describes the method used to acquire the IVUS Images.
|
java.lang.String |
getIVUSPullbackRate()
Return IVUS Pull Back Rate Specified in units of mm/sec.
|
java.lang.String |
getIVUSPullbackStartFrameNumber()
Return IVUS Pullback Start Frame Number.
|
java.lang.String |
getIVUSPullbackStopFrameNumber()
Return IVUS Pullback Stop Frame Number.
|
ModeofPercutaneousAccessSequence |
getModeofPercutaneousAccessSequence()
This method provides the pre-initialized object of Mode of Percutaneous Access Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setCatheterDirectionofRotation(EnumCatheterDirectionofRotation enumCatheterDirectionofRotation)
Sets Catheter Direction of Rotation
Enumerated value:
1) CW = clockwise
2) CC = counter-clockwise
|
void |
setCatheterRotationalRate(double dCatheterRotationalRate)
Sets Catheter Rotational Rate.
|
void |
setIVUSAcquisition(EnumIVUSAcquisition enumIVUSAcquisition)
Sets IVUS Acquisition
|
void |
setIVUSPullbackRate(java.lang.String strIVUSPullbackRate)
Required if IVUS Acquisition (0018,3100) value is MOTOR_PULLBACK.
|
void |
setIVUSPullbackStartFrameNumber(java.lang.String strIVUSPullbackStartFrameNumber)
Required if IVUS Acquisition (0018,3100) value is MOTOR_PULLBACK or GATED_PULLBACK.
|
void |
setIVUSPullbackStopFrameNumber(java.lang.String strIVUSPullbackStopFrameNumber)
Required if IVUS Acquisition (0018,3100) value is MOTOR_PULLBACK or GATED_PULLBACK.
|
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 IntravascularImageAcquisitionParametersModule(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 setIVUSAcquisition(EnumIVUSAcquisition enumIVUSAcquisition)
enumIVUSAcquisition - - enum value of IVUSAcquisition.public java.lang.String getIVUSAcquisition()
public void setIVUSPullbackRate(java.lang.String strIVUSPullbackRate)
strIVUSPullbackRate - String value of IVUS Pullback Rate.public java.lang.String getIVUSPullbackRate()
public void setIVUSPullbackStartFrameNumber(java.lang.String strIVUSPullbackStartFrameNumber)
strIVUSPullbackStartFrameNumber - String value of IVUS Pullback Start Frame Number.public java.lang.String getIVUSPullbackStartFrameNumber()
public void setIVUSPullbackStopFrameNumber(java.lang.String strIVUSPullbackStopFrameNumber)
strIVUSPullbackStopFrameNumber - String value of IVUS Pullback Stop Frame Number.public java.lang.String getIVUSPullbackStopFrameNumber()
public void setCatheterDirectionofRotation(EnumCatheterDirectionofRotation enumCatheterDirectionofRotation)
enumCatheterDirectionofRotation - - enum value of Catheter Direction of Rotation.public java.lang.String getCatheterDirectionofRotation()
public void setCatheterRotationalRate(double dCatheterRotationalRate)
dCatheterRotationalRate - double value of Catheter Rotational Rate.public double getCatheterRotationalRate()
public ModeofPercutaneousAccessSequence getModeofPercutaneousAccessSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module