public class OphthalmicAxialLengthSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getOphthalmicAxialLength()
Retrieves the value of OphthalmicAxialLength.
|
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.
|
OphthalmicUltrasoundMethodCodeSequence |
getOphthalmicUltrasoundMethodCodeSequence()
Retrieves pre-initialized object of Ophthalmic Ultrasound 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.
|
ReferencedSOPSequence |
getReferencedSOPSequence()
Retrieves pre-initialized object of Referenced SOP 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.
|
SourceofOphthalmicAxialLengthCodeSequence |
getSourceofOphthalmicAxialLengthCodeSequence()
Retrieves pre-initialized object of Source of Ophthalmic Axial Length 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.
|
void |
setOphthalmicAxialLength(float fOphthalmicAxialLength)
Sets the OphthalmicAxialLength
The axial length measurement, in mm.
|
boolean |
validateForModule()
Validates all the attributes in OphthalmicAxialLengthSequenceItem 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 Conditional element fails.public void setOphthalmicAxialLength(float fOphthalmicAxialLength)
fOphthalmicAxialLength - Float value of the Ratio of Ophthalmic Axial Lengthpublic float getOphthalmicAxialLength()
public ReferencedSOPSequence getReferencedSOPSequence()
public OphthalmicAxialLengthSelectionMethodCodeSequence getOphthalmicAxialLengthSelectionMethodCodeSequence()
public SourceofOphthalmicAxialLengthCodeSequence getSourceofOphthalmicAxialLengthCodeSequence()
public OphthalmicUltrasoundMethodCodeSequence getOphthalmicUltrasoundMethodCodeSequence()