public class SelectedTotalOphthalmicAxialLengthSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getOphthalmicAxialLength()
Retrieves the value of OphthalmicAxialLength.
|
OphthalmicAxialLengthQualityMetricSequence |
getOphthalmicAxialLengthQualityMetricSequence()
Retrieves pre-initialized object of Ophthalmic Axial Length Quality Metric 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.
|
ReferencedOphthalmicAxiaLengthMeasurementQCImageSequence |
getReferencedOphthalmicAxiaLengthMeasurementQCImageSequence()
Retrieves pre-initialized object of Referenced Ophthalmic Axial Length Measurement QC Image 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.
|
void |
setOphthalmicAxialLength(float fOphthalmicAxialLength)
Sets the OphthalmicAxialLength
The axial length measurement, in mm.
|
boolean |
validateForModule()
Validates all the attributes in SelectedTotalOphthalmicAxialLengthSequenceItem 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 OphthalmicAxialLengthQualityMetricSequence getOphthalmicAxialLengthQualityMetricSequence()
public ReferencedOphthalmicAxiaLengthMeasurementQCImageSequence getReferencedOphthalmicAxiaLengthMeasurementQCImageSequence()
ReferencedOphthalmicAxiaLengthMeasurementQCImageSequence - instance of Referenced Ophthalmic Axial Length Measurement QC Image Sequence.public void setOphthalmicAxialLength(float fOphthalmicAxialLength)
fOphthalmicAxialLength - Float value of the Ratio of Ophthalmic Axial Lengthpublic float getOphthalmicAxialLength()