public class WideFieldOphthalmicPhotographyStereographicProjectionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
WideFieldOphthalmicPhotographyStereographicProjectionModule(IDataSet objIDataSet)
Instantiates a new Wide Field Ophthalmic Photography Stereographic Projection Module
|
| Modifier and Type | Method and Description |
|---|---|
GeneralAnatomyMandatoryMacro |
getGeneralAnatomyMandatoryMacro()
Returns instance of GeneralAnatomyMandatoryMacro.
|
float |
getOphthalmicAxialLength()
Retrieves the Ratio of OphthalmicAxialLength.
|
java.lang.String |
getOphthalmicAxialLengthMethods()
Retrieves OphthalmicAxialLengthMethod.
|
float |
getOphthalmicFOV()
Retrieves Ophthalmic FOV
|
TransformationAlgorithmSequence |
getTransformationAlgorithmSequence()
This method provides the pre-initialized object of Transformation Algorithm Sequence.
|
float |
getXCoordinatesCenterPixelViewAngle()
Retrieves X Coordinates Center Pixel ViewAngle
|
float |
getYCoordinatesCenterPixelViewAngle()
Retrieves Y Coordinates Center Pixel ViewAngle
|
void |
setApprovalStatus(EnumOphthalmicAxialLengthMethod enumOphthalmicAxialLengthMethod)
Sets Ophthalmic AxialLength Method.
|
void |
setOphthalmicAxialLength(float fOphthalmicAxialLength)
Sets the OphthalmicAxialLength.
|
void |
setOphthalmicFOV(float fOphthalmicFOV)
Sets Ophthalmic FOV
|
void |
setXCoordinatesCenterPixelViewAngle(float fXCoordinatesCenterPixelViewAngle)
Sets X Coordinates Center Pixel ViewAngle
|
void |
setYCoordinatesCenterPixelViewAngle(float fYCoordinatesCenterPixelViewAngle)
Sets Y Coordinates Center Pixel ViewAngle
|
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 WideFieldOphthalmicPhotographyStereographicProjectionModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic GeneralAnatomyMandatoryMacro getGeneralAnatomyMandatoryMacro()
public TransformationAlgorithmSequence getTransformationAlgorithmSequence()
public void setOphthalmicAxialLength(float fOphthalmicAxialLength)
fOphthalmicAxialLength - Float value of the Ratio of OphthalmicAxialLengthpublic float getOphthalmicAxialLength()
public void setApprovalStatus(EnumOphthalmicAxialLengthMethod enumOphthalmicAxialLengthMethod)
enumOphthalmicAxialLengthMethod - the enum approval statuspublic java.lang.String getOphthalmicAxialLengthMethods()
public void setYCoordinatesCenterPixelViewAngle(float fYCoordinatesCenterPixelViewAngle)
fYCoordinatesCenterPixelViewAngle - Float value of the Y Coordinates Center Pixel ViewAnglepublic float getYCoordinatesCenterPixelViewAngle()
public void setXCoordinatesCenterPixelViewAngle(float fXCoordinatesCenterPixelViewAngle)
fXCoordinatesCenterPixelViewAngle - Float value of the X Coordinates Center Pixel ViewAnglepublic float getXCoordinatesCenterPixelViewAngle()
public void setOphthalmicFOV(float fOphthalmicFOV)
fOphthalmicFOV - Float value of the Ophthalmic FOVpublic float getOphthalmicFOV()