public class XRayFiltrationMacro extends Macro
| Constructor and Description |
|---|
XRayFiltrationMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
XRayFiltrationMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
XRayFiltrationMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
XRayFiltrationMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and Dictionary Reader
|
| Modifier and Type | Method and Description |
|---|---|
IDictionaryReader |
getDictionaryReader()
Retrieves the Dictionary reader set in the Item
|
float |
getFilterBeamPathLengthMaximum()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
float |
getFilterBeamPathLengthMinimum()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
java.lang.String |
getFilterThicknessMaximum()
Retrieves Filter Thickness Maximum
The minimum thickness in mm of the X-Ray absorbing material used inthe filters.
|
java.lang.String |
getFilterThicknessMinimum()
Retrieves Filter Thickness Minimum
The minimum thickness in mm of the X-Ray absorbing material used inthe filters.
|
java.lang.String |
getFilterType()
Retrieves Type of filter(s) inserted into the X-Ray beam (e.g., wedges).
|
java.lang.String |
getValueType()
Retrieves type of the value encoded in this Item
|
void |
setFilterBeamPathLengthMaximum(float fFilterBeamPathLengthMaximum)
Sets the Ratio of displayed pixels to source pixels,specified in one dimension.
|
void |
setFilterBeamPathLengthMinimum(float fFilterBeamPathLengthMinimum)
Sets the Ratio of displayed pixels to source pixels,specified in one dimension.
|
void |
setFilterMaterial(EnumFilterMaterial enumFilterMaterial)
Sets The X-Ray absorbing material used in the filter.
|
void |
setFilterThicknessMaximum(java.lang.String strFilterThicknessMaximum)
Sets Filter Thickness Maximum
|
void |
setFilterThicknessMinimum(java.lang.String strSliceThickness)
Sets Filter Thickness Minimum.
|
void |
setFilterType(EnumFilterType enumFilterType)
Sets FilterType
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic XRayFiltrationMacro(IDataSet objDataSet)
objDataSet - Collection of Data Elementspublic XRayFiltrationMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic XRayFiltrationMacro(IItem objItem)
objItem - specifies instance of Item classpublic XRayFiltrationMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic IDictionaryReader getDictionaryReader()
public void setFilterType(EnumFilterType enumFilterType)
enumFilterType - public java.lang.String getFilterType()
public void setFilterMaterial(EnumFilterMaterial enumFilterMaterial)
strFilterMaterial - Specifies type of the value encoded in this Itempublic java.lang.String getValueType()
public void setFilterThicknessMinimum(java.lang.String strSliceThickness)
strFilterThicknessMinimum - String value of Slice Thickness.public java.lang.String getFilterThicknessMinimum()
public void setFilterThicknessMaximum(java.lang.String strFilterThicknessMaximum)
strFilterThicknessMaximum - String value of Filter Thickness Maximumpublic java.lang.String getFilterThicknessMaximum()
public void setFilterBeamPathLengthMinimum(float fFilterBeamPathLengthMinimum)
fFilterBeamPathLengthMinimum - Float value of the Ratio of displayed pixels to source pixelspublic float getFilterBeamPathLengthMinimum()
public void setFilterBeamPathLengthMaximum(float fFilterBeamPathLengthMaximum)
fFilterBeamPathLengthMaximum - Float value of the Ratio of displayed pixels to source pixelspublic float getFilterBeamPathLengthMaximum()