public class MRImageDescriptionMacro extends Macro
| Constructor and Description |
|---|
MRImageDescriptionMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
MRImageDescriptionMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
MRImageDescriptionMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
MRImageDescriptionMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionContrast()
Return indication of acquisition contrast used with frames in the SOP Instance.
|
java.lang.String |
getComplexImageComponent()
Return representation of complex data of frames in the SOP Instance.
|
void |
setAcquisitionContrast(java.lang.String strAcquisitionContrast)
Sets indication of acquisition contrast used with frames in the SOP Instance.
|
void |
setComplexImageComponent(java.lang.String strComplexImageComponent)
Sets representation of complex data of frames in the SOP Instance.
|
boolean |
validate()
Validates all the attributes in CodeSequenceMacro
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in CodeSequenceMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic MRImageDescriptionMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic MRImageDescriptionMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic MRImageDescriptionMacro(IItem objItem)
objItem - specifies instance of Item classpublic MRImageDescriptionMacro(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 void setComplexImageComponent(java.lang.String strComplexImageComponent)
strComplexImageComponent - String value of Complex Image Component.public java.lang.String getComplexImageComponent()
public void setAcquisitionContrast(java.lang.String strAcquisitionContrast)
strAcquisitionContrast - String value of Acquisition Contrast.public java.lang.String getAcquisitionContrast()