public class OphthalmicAxialLengthQualityMetricMacro extends Macro
| Constructor and Description |
|---|
OphthalmicAxialLengthQualityMetricMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified Data Set.
|
OphthalmicAxialLengthQualityMetricMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified Data Set and Dictionary Reader
|
OphthalmicAxialLengthQualityMetricMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
OphthalmicAxialLengthQualityMetricMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
ConceptNameCodeSequence |
getConceptNameCodeSequence()
Retrieves pre-initialized object of Concept 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.
|
MeasurementUnitsCodeSequence |
getMeasurementUnitsCodeSequence()
Retrieves pre-initialized object of Measurement Units CodeSequence.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[] |
getNumericValue()
Retrieves NumericValue.
|
void |
setNumericValue(java.lang.String[] strArrNumericValue)
Sets NumericValue.
|
boolean |
validate()
Validates all the attributes in OphthalmicAxialLengthQualityMetricMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in OphthalmicAxialLengthQualityMetricMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in OphthalmicAxialLengthQualityMetricMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic OphthalmicAxialLengthQualityMetricMacro(IDataSet objDataSet)
objDataSet - Collection of Data Elementspublic OphthalmicAxialLengthQualityMetricMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic OphthalmicAxialLengthQualityMetricMacro(IItem objItem)
objItem - specifies instance of Item classpublic OphthalmicAxialLengthQualityMetricMacro(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 ConceptNameCodeSequence getConceptNameCodeSequence()
public void setNumericValue(java.lang.String[] strArrNumericValue)
strArrNumericValue - String value of Numeric Value.public java.lang.String[] getNumericValue()
public MeasurementUnitsCodeSequence getMeasurementUnitsCodeSequence()