public class MRTimingAndRelatedParametersMacro extends Macro
| Constructor and Description |
|---|
MRTimingAndRelatedParametersMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified Data Set.
|
MRTimingAndRelatedParametersMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified Data Set and Dictionary Reader
|
MRTimingAndRelatedParametersMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
MRTimingAndRelatedParametersMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
MRTimingAndRelatedParametersSequence |
getMRTimingAndRelatedParametersSequence()
Retrieves pre-initialized object of MR Timing and Related Parameters Sequence.
|
boolean |
validate()
Validates all the attributes in MRTimingAndRelatedParametersMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in MRTimingAndRelatedParametersMacro that are present in the DataSet
|
boolean |
validate(IItem objIItem)
Validates all the attributes in SOP Instance Reference Macro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic MRTimingAndRelatedParametersMacro(IDataSet objDataSet)
objDataSet - Collection of Data Elementspublic MRTimingAndRelatedParametersMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic MRTimingAndRelatedParametersMacro(IItem objItem)
objItem - specifies instance of Item classpublic MRTimingAndRelatedParametersMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic MRTimingAndRelatedParametersSequence getMRTimingAndRelatedParametersSequence()
public 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 boolean validate(IItem objIItem) throws InvalidMacroException
objIItem - collection of DataElementsInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.