public class UltrasoundSelectedOphthalmicAxialLengthSequenceItem 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.
|
OphthalmicAxialLengthSelectionMethodCodeSequence |
getOphthalmicAxialLengthSelectionMethodCodeSequence()
Retrieves pre-initialized object of Ophthalmic Axial Length Selection Method 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.
|
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.
|
SelectedSegmentalOphthalmicAxialLengthSequence |
getSelectedSegmentalOphthalmicAxialLengthSequence()
Retrieves pre-initialized object of Selected Segmental Ophthalmic Axial Length 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 UltrasoundSelectedOphthalmicAxialLengthSequenceItem 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 setOphthalmicAxialLength(float fOphthalmicAxialLength)
fOphthalmicAxialLength - Float value of the Ratio of Ophthalmic Axial Lengthpublic float getOphthalmicAxialLength()
public ReferencedOphthalmicAxiaLengthMeasurementQCImageSequence getReferencedOphthalmicAxiaLengthMeasurementQCImageSequence()
ReferencedOphthalmicAxiaLengthMeasurementQCImageSequence - instance of Referenced Ophthalmic Axial Length Measurement QC Image Sequence.public OphthalmicAxialLengthQualityMetricSequence getOphthalmicAxialLengthQualityMetricSequence()
public SelectedSegmentalOphthalmicAxialLengthSequence getSelectedSegmentalOphthalmicAxialLengthSequence()
public OphthalmicAxialLengthSelectionMethodCodeSequence getOphthalmicAxialLengthSelectionMethodCodeSequence()