public class OphthalmicAxialLengthMeasurementsLengthSummationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float |
getOphthalmicAxialLength()
Retrieves the Ratio of OphthalmicAxialLength.
|
java.lang.String |
getOphthalmicAxialLengthMeasurementModified()
Return OphthalmicAxialLengthMeasurementModified.
|
ReferencedOphthalmicAxialLengthMeasurementQCImageSequence |
getReferencedOphthalmicAxialLengthMeasurementQCImageSequence()
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.
|
void |
setOphthalmicAxialLengthMeasurementModified(EnumOphthalmicAxialLengthMeasurementModified enumOphthalmicAxialLengthMeasurementModified)
Sets OphthalmicAxialLengthMeasurementModified
Whether or not the clinician intervened to modify the output of the device.
|
boolean |
validateForModule()
Validates all the attributes in OphthalmicAxialLengthMeasurementsLengthSummationSequenceItem 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 OphthalmicAxialLengthpublic float getOphthalmicAxialLength()
public void setOphthalmicAxialLengthMeasurementModified(EnumOphthalmicAxialLengthMeasurementModified enumOphthalmicAxialLengthMeasurementModified)
public java.lang.String getOphthalmicAxialLengthMeasurementModified()
public ReferencedOphthalmicAxialLengthMeasurementQCImageSequence getReferencedOphthalmicAxialLengthMeasurementQCImageSequence()