public class VisualEvaluationResultMacro extends Macro
| Constructor and Description |
|---|
VisualEvaluationResultMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
VisualEvaluationResultMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
VisualEvaluationResultMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
VisualEvaluationResultMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
VisualEvaluationMethodCodeSequence |
getVisualEvaluationMethodCodeSequence()
Retrieves pre-initialized object of Visual Evaluation Method 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.
|
VisualEvaluationTestSequence |
getVisualEvaluationTestSequence()
Retrieves pre-initialized object of Visual Evaluation Test 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.
|
boolean |
validate()
Validates all the attributes in VisualEvaluationResultMacro
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in VisualEvaluationResultMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in VisualEvaluationResultMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic VisualEvaluationResultMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic VisualEvaluationResultMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic VisualEvaluationResultMacro(IItem objItem)
objItem - specifies instance of Item classpublic VisualEvaluationResultMacro(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 static 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 VisualEvaluationTestSequence getVisualEvaluationTestSequence()
public VisualEvaluationMethodCodeSequence getVisualEvaluationMethodCodeSequence()