public class UltrasoundOphthalmicAxialLengthMeasurementsSequenceItem 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 |
getPresentationPixelMagnificationRatio()
Retrieves the OphthalmicAxialLengthVelocity.
|
java.lang.String |
getSetupDeviceType()
Return type of Observer.
|
void |
setObserverType(EnumObserverType enumObserverType)
Sets type of Observer
Method used to select which acquired axial length measurement values are kept.
|
void |
setOphthalmicAxialLengthDataSourceDescription(java.lang.String strOphthalmicAxialLengthDataSourceDescription)
Sets OphthalmicAxialLengthDataSourceDescription.
|
void |
setOphthalmicAxialLengthVelocity(float fOphthalmicAxialLengthVelocity)
Sets the OphthalmicAxialLengthVelocity.
|
boolean |
validateForModule()
Validates all the attributes in UltrasoundOphthalmicAxialLengthMeasurementsSequenceItems 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 setOphthalmicAxialLengthVelocity(float fOphthalmicAxialLengthVelocity)
fOphthalmicAxialLengthVelocity - Float value of the OphthalmicAxialLengthVelocity.public float getPresentationPixelMagnificationRatio()
public void setObserverType(EnumObserverType enumObserverType)
enumObserverType - enum value of ObserverType.public java.lang.String getSetupDeviceType()
public OphthalmicAxialLengthDataSourceCodeSequence getOphthalmicAxialLengthDataSourceCodeSequence()
public void setOphthalmicAxialLengthDataSourceDescription(java.lang.String strOphthalmicAxialLengthDataSourceDescription)
strOphthalmicAxialLengthDataSourceDescription - String value of OphthalmicAxialLengthDataSourceDescriptionpublic java.lang.String getOphthalmicAxialLengthDataSourceDescription()