public class OpticalOphthalmicAxialLengthMeasurementsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
OphthalmicAxialLengthDataSourceCodeSequence |
getOphthalmicAxialLengthDataSourceCodeSequence()
Retrieves pre-initialized object of Ophthalmic Axial Length Data Source Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getOphthalmicAxialLengthDataSourceDescription()
Return OphthalmicAxialLengthDataSourceDescription.
|
float |
getSignaltoNoiseRatio()
Retrieves the Ratio of Signal to Noise.
|
void |
setOphthalmicAxialLengthDataSourceDescription(java.lang.String strOphthalmicAxialLengthDataSourceDescription)
Sets OphthalmicAxialLengthDataSourceDescription.
|
void |
setSignaltoNoiseRatio(float fSignaltoNoiseRatio)
Sets the Ratio of Signal to Noise.
|
boolean |
validateForModule()
Validates all the attributes in Optical Ophthalmic Axial Length Measurements Sequence Item that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setSignaltoNoiseRatio(float fSignaltoNoiseRatio)
fSignaltoNoiseRatio - Float value of the Ratio of Signal to Noisepublic float getSignaltoNoiseRatio()
public OphthalmicAxialLengthDataSourceCodeSequence getOphthalmicAxialLengthDataSourceCodeSequence()
public void setOphthalmicAxialLengthDataSourceDescription(java.lang.String strOphthalmicAxialLengthDataSourceDescription)
strOphthalmicAxialLengthDataSourceDescription - String value of OphthalmicAxialLengthDataSourceDescriptionpublic java.lang.String getOphthalmicAxialLengthDataSourceDescription()