public class OphthalmicTomographyParametersModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
OphthalmicTomographyParametersModule(IDataSet objIDataSet)
Instantiates a new ophthalmic photography acquisition parameters module.
|
| Modifier and Type | Method and Description |
|---|---|
AcquisitionDeviceTypeCodeSequence |
getAcquisitionDeviceTypeCodeSequence()
This method Returns provides the pre-initialized object of Acquisition Device Type Code Sequence
return - object of Acquisition Device Type Code Sequence.
|
float |
getAcrossScanSpatialResolution()
Retrieves Across-scan Spatial Resolution
|
float |
getAlongScanSpatialResolution()
Retrieves Along-scan Spatial Resolution
|
float |
getDepthSpatialResolutiont()
Retrieves Depth Spatial Resolution
|
java.lang.String |
getDetectorType()
Return the type of detector used to acquire this image.
|
float |
getIlluminationBandwidth()
Retrieves Illumination Bandwidth
|
float |
getIlluminationPower()
Retrieves Illumination Power
|
float |
getIlluminationWaveLength()
Retrieves Illumination Wave Length
|
LightPathFilterTypeStackCodeSequence |
getLightPathFilterTypeStackCodeSequence()
This method Returns provides the pre-initialized object of Light Path Filter Type Stack Code Sequence
return - object of Light Path Filter Type Stack Code Sequence.
|
float |
getMaximumAcrossScanDistortion()
Retrieves Maximum Across-scan Distortion
|
float |
getMaximumAlongScanDistortion()
Retrieves Maximum Along-scan Distortion
|
float |
getMaximumDepthDistortion()
Retrieves Maximum Depth Distortion
|
void |
setAcrossScanSpatialResolution(float fAcrossScanSpatialResolution)
Sets Across-scan Spatial Resolution
|
void |
setAlongScanSpatialResolution(float fAlongScanSpatialResolution)
Sets Along-scan Spatial Resolution
|
void |
setDepthSpatialResolution(float fDepthSpatialResolution)
Sets Depth Spatial Resolution
|
void |
setDetectorType(EnumDetectorType enumDetectorType)
Sets the type of detector used to acquire this image.
|
void |
setIlluminationBandwidth(float fIlluminationBandwidth)
Sets Illumination Bandwidth
|
void |
setIlluminationPower(float fIlluminationPower)
Sets Illumination Power
|
void |
setIlluminationWaveLength(float fIlluminationWaveLength)
Sets Illumination Wave Length
|
void |
setMaximumAcrossScanDistortion(float fMaximumAcrossScanDistortion)
Sets Maximum Across-scan Distortion
|
void |
setMaximumAlongScanDistortion(float fMaximumAlongScanDistortion)
Sets Maximum Along-scan Distortion
|
void |
setMaximumDepthDistortion(float fMaximumDepthDistortion)
Sets Maximum Depth Distortion
|
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, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public OphthalmicTomographyParametersModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic AcquisitionDeviceTypeCodeSequence getAcquisitionDeviceTypeCodeSequence()
public LightPathFilterTypeStackCodeSequence getLightPathFilterTypeStackCodeSequence()
public void setDetectorType(EnumDetectorType enumDetectorType)
enumDetectorType - the enum detector typepublic java.lang.String getDetectorType()
public void setIlluminationWaveLength(float fIlluminationWaveLength)
fIlluminationWaveLength - Float value of the Illumination Wave Lengthpublic float getIlluminationWaveLength()
public void setIlluminationPower(float fIlluminationPower)
fIlluminationPower - Float value of the Illumination Powerpublic float getIlluminationPower()
public void setIlluminationBandwidth(float fIlluminationBandwidth)
fIlluminationBandwidth - Float value of the Illumination Bandwidthpublic float getIlluminationBandwidth()
public void setDepthSpatialResolution(float fDepthSpatialResolution)
fDepthSpatialResolution - Float value of the Depth Spatial Resolutionpublic float getDepthSpatialResolutiont()
public void setMaximumDepthDistortion(float fMaximumDepthDistortion)
fMaximumDepthDistortion - Float value of the Maximum Depth Distortionpublic float getMaximumDepthDistortion()
public void setAlongScanSpatialResolution(float fAlongScanSpatialResolution)
fAlongScanSpatialResolution - Float value of the Along-scan Spatial Resolutionpublic float getAlongScanSpatialResolution()
public void setMaximumAlongScanDistortion(float fMaximumAlongScanDistortion)
fMaximumAlongScanDistortion - Float value of the Maximum Along-scan Distortionpublic float getMaximumAlongScanDistortion()
public void setAcrossScanSpatialResolution(float fAcrossScanSpatialResolution)
fAcrossScanSpatialResolution - Float value of the Across-scan Spatial Resolutionpublic float getAcrossScanSpatialResolution()
public void setMaximumAcrossScanDistortion(float fMaximumAcrossScanDistortion)
fMaximumAcrossScanDistortion - Float value of the Maximum Across-scan Distortionpublic float getMaximumAcrossScanDistortion()