public class OphthalmicPhotographicParametersModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
OphthalmicPhotographicParametersModule(IDataSet objIDataSet)
Instantiates a new ophthalmic photographic 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 |
getCameraAngleofView()
Retrieves CameraAngleofView
|
ChannelDescriptionCodeSequence |
getChannelDescriptionCodeSequence()
This method Returns provides the pre-initialized object of Channel Description Code Sequence
return - object of Channel Description Code Sequence.
|
java.lang.String |
getDetectorType()
Return the type of detector used to acquire this image.
|
IlluminationTypeCodeSequence |
getIlluminationTypeCodeSequence()
This method Returns provides the pre-initialized object of Illumination Type Code Sequence
return - object of Illumination Type Code Sequence.
|
short[] |
getImagePathFilterPassBand()
Retrieves the value of Pass band of image path filter in nm.
|
short |
getImagePathFilterPassThroughWavelength()
Retrieves the value of Nominal pass-through wavelength of image path filter in nm.
|
ImagePathFilterTypeStackCodeSequence |
getImagePathFilterTypeStackCodeSequence()
This method Returns provides the pre-initialized object of Image Path Filter Type Stack Code Sequence
return - object of Image Path Filter Type Stack Code Sequence.
|
LensesCodeSequence |
getLensesCodeSequence()
This method Returns provides the pre-initialized object of Lenses Code Sequence
return - object of Image Lenses Code Sequence.
|
short[] |
getLightPathFilterPassBand()
Retrieves the value of Pass band of light path filter in nm.
|
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.
|
short |
getPatientEyeMovementCommanded()
Retrieves the value of Nominal pass-through wavelength of light path filter in nm.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setCameraAngleofView(float fCameraAngleofView)
Sets CameraAngleofView
|
void |
setDetectorType(EnumDetectorType enumDetectorType)
Sets the type of detector used to acquire this image.
|
void |
setImagePathFilterPassBand(short[] shImagePathFilterPassBand)
Sets the value of Pass band of image path filter in nm.
|
void |
setImagePathFilterPassThroughWavelength(short shImagePathFilterPassThroughWavelength)
Sets the value of Nominal pass-through wavelength of image path filter in nm.
|
void |
setLightPathFilterPassBand(short[] shLightPathFilterPassBand)
Sets the value of Pass band of light path filter in nm.
|
void |
setLightPathFilterPassThroughWavelength(short shLightPathFilterPassThroughWavelength)
Sets the value of Nominal pass-through wavelength of light path filter in nm.
|
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 OphthalmicPhotographicParametersModule(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 IlluminationTypeCodeSequence getIlluminationTypeCodeSequence()
public LightPathFilterTypeStackCodeSequence getLightPathFilterTypeStackCodeSequence()
public void setLightPathFilterPassThroughWavelength(short shLightPathFilterPassThroughWavelength)
shLightPathFilterPassThroughWavelength - the sh light path filter pass through wavelengthpublic short getPatientEyeMovementCommanded()
public void setLightPathFilterPassBand(short[] shLightPathFilterPassBand)
shLightPathFilterPassBand - - value of Pass band of light path filter in nm.public short[] getLightPathFilterPassBand()
public ImagePathFilterTypeStackCodeSequence getImagePathFilterTypeStackCodeSequence()
public void setImagePathFilterPassThroughWavelength(short shImagePathFilterPassThroughWavelength)
shImagePathFilterPassThroughWavelength - the sh image path filter pass through wavelengthpublic short getImagePathFilterPassThroughWavelength()
public void setImagePathFilterPassBand(short[] shImagePathFilterPassBand)
shImagePathFilterPassBand - the sh image path filter pass bandpublic short[] getImagePathFilterPassBand()
public LensesCodeSequence getLensesCodeSequence()
public void setDetectorType(EnumDetectorType enumDetectorType)
enumDetectorType - the enum detector typepublic java.lang.String getDetectorType()
public ChannelDescriptionCodeSequence getChannelDescriptionCodeSequence()
public void setCameraAngleofView(float fCameraAngleofView)
fCameraAngleofView - Float value of the CameraAngleofViewpublic float getCameraAngleofView()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module