public class OphthalmicAxialLengthSegmentalMeasurementMacro extends Macro
| Constructor and Description |
|---|
OphthalmicAxialLengthSegmentalMeasurementMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified Data Set.
|
OphthalmicAxialLengthSegmentalMeasurementMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified Data Set and Dictionary Reader
|
OphthalmicAxialLengthSegmentalMeasurementMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
OphthalmicAxialLengthSegmentalMeasurementMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
float |
getOphthalmicAxialLength()
Retrieves the Ratio of OphthalmicAxialLength.
|
java.lang.String |
getOphthalmicAxialLengthMeasurementModified()
Return OphthalmicAxialLengthMeasurementModified.
|
OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence |
getOphthalmicAxialLengthMeasurementsSegmentNameCodeSequence()
Retrieves pre-initialized object of Ophthalmic Axial Length Measurements Segment Name 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.
|
void |
setOphthalmicAxialLengthMeasurementModified(EnumOphthalmicAxialLengthMeasurementModified enumOphthalmicAxialLengthMeasurementModified)
Sets OphthalmicAxialLengthMeasurementModified
Whether or not the clinician intervened to modify the output of the device.
|
boolean |
validate()
Validates all the attributes in OphthalmicAxialLengthSegmentalMeasurementMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in OphthalmicAxialLengthSegmentalMeasurementMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in OphthalmicAxialLengthSegmentalMeasurementMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic OphthalmicAxialLengthSegmentalMeasurementMacro(IDataSet objDataSet)
objDataSet - Collection of Data Elementspublic OphthalmicAxialLengthSegmentalMeasurementMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic OphthalmicAxialLengthSegmentalMeasurementMacro(IItem objItem)
objItem - specifies instance of Item classpublic OphthalmicAxialLengthSegmentalMeasurementMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic boolean validate()
throws InvalidMacroException
InvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public boolean validate(IDataSet objIDataSet) throws InvalidMacroException
objIDataSet - collection of DataElementsInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public static boolean validate(IItem objIItem) throws InvalidMacroException
objIItem - collection of DataElements in a sequenceInvalidMacroException - throws InvalidMacroException 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 OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence getOphthalmicAxialLengthMeasurementsSegmentNameCodeSequence()