public class CTReconstructionMacro extends Macro
| Constructor and Description |
|---|
CTReconstructionMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
CTReconstructionMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
CTReconstructionMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
CTReconstructionMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
CTReconstructionSequence |
getCTReconstructionSequence()
Retrieves pre-initialized object of CTReconstructionSequence.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 CTReconstructionMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in CTReconstructionMacro that are present in the DataSet
|
boolean |
validate(IItem objIItem)
Validates all the attributes in CTReconstructionMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic CTReconstructionMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic CTReconstructionMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic CTReconstructionMacro(IItem objItem)
objItem - specifies instance of Item classpublic CTReconstructionMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic CTReconstructionSequence getCTReconstructionSequence()
public boolean validate()
throws InvalidMacroException
InvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public boolean validate(IItem objIItem) throws InvalidMacroException
objIItem - collection of DataElements in a sequenceInvalidMacroException - 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.