public class OphthalmicVisualFieldGlobalIndexMacro extends Macro
| Constructor and Description |
|---|
OphthalmicVisualFieldGlobalIndexMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified Data Set.
|
OphthalmicVisualFieldGlobalIndexMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified Data Set and Dictionary Reader
|
OphthalmicVisualFieldGlobalIndexMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
OphthalmicVisualFieldGlobalIndexMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
DataObservationSequence |
getDataObservationSequence()
Retrieves pre-initialized object of Data Observation 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 |
getIndexNormalsFlag()
Return IndexNormalsFlag
|
IndexProbabilitySequence |
getIndexProbabilitySequence()
Retrieves pre-initialized object of Index Probability 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 |
setIndexNormalsFlag(EnumIndexNormalsFlag enumIndexNormalsFlagenum)
Sets whether normative data exists for this index.
|
boolean |
validate()
Validates all the attributes in OphthalmicVisualFieldGlobalIndexMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in OphthalmicVisualFieldGlobalIndexMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in OphthalmicVisualFieldGlobalIndexMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic OphthalmicVisualFieldGlobalIndexMacro(IDataSet objDataSet)
objDataSet - Collection of Data Elementspublic OphthalmicVisualFieldGlobalIndexMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic OphthalmicVisualFieldGlobalIndexMacro(IItem objItem)
objItem - specifies instance of Item classpublic OphthalmicVisualFieldGlobalIndexMacro(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 DataObservationSequence getDataObservationSequence()
public void setIndexNormalsFlag(EnumIndexNormalsFlag enumIndexNormalsFlagenum)
enumIndexNormalsFlagenum - value of Index Normals Flag.public java.lang.String getIndexNormalsFlag()
public IndexProbabilitySequence getIndexProbabilitySequence()