public class CommonCTOrMRImageDescriptionMacro extends Macro
| Constructor and Description |
|---|
CommonCTOrMRImageDescriptionMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
CommonCTOrMRImageDescriptionMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
CommonCTOrMRImageDescriptionMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
CommonCTOrMRImageDescriptionMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPixelPresentation()
Return indication of the presence or absence of color information that may be used during rendering.
|
java.lang.String |
getVolumetricBasedCalculationTechnique()
Return method used for volume calculations with frames in the SOP Instance.
|
java.lang.String |
getVolumetricProperties()
Return indication if geometric manipulations are possible with frames in the SOP Instance.
|
void |
setPixelPresentation(java.lang.String strPixelPresentation)
Sets indication of the presence or absence of color information that may be used during rendering.
|
void |
setVolumetricBasedCalculationTechnique(java.lang.String strVolumetricBasedCalculationTechnique)
Sets method used for volume calculations with frames in the SOP Instance.
|
void |
setVolumetricProperties(java.lang.String strVolumetricProperties)
Sets indication if geometric manipulations are possible with frames in the SOP Instance.
|
boolean |
validate()
Validates all the attributes.
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in Common CT/MR Image Description Macro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in Common CT/MR Image Description Macro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic CommonCTOrMRImageDescriptionMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic CommonCTOrMRImageDescriptionMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic CommonCTOrMRImageDescriptionMacro(IItem objItem)
objItem - specifies instance of Item classpublic CommonCTOrMRImageDescriptionMacro(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 setPixelPresentation(java.lang.String strPixelPresentation)
strPixelPresentation - String value of Pixel Presentation.public java.lang.String getPixelPresentation()
public void setVolumetricProperties(java.lang.String strVolumetricProperties)
strVolumetricProperties - String value of Volumetric Properties.public java.lang.String getVolumetricProperties()
public void setVolumetricBasedCalculationTechnique(java.lang.String strVolumetricBasedCalculationTechnique)
strVolumetricBasedCalculationTechnique - String value of Volumetric Based Calculation Technique.public java.lang.String getVolumetricBasedCalculationTechnique()