Accusoft ImagXpress 12
MEDRescaleIntercept Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : MEDRescaleIntercept Property

Glossary Item Box

Description

Gets and sets the intercept of the linear conversion of pixel data in the DICOM grayscale transformation.

Property Type

Read-write property

Syntax

Visual Basic
Public Property MEDRescaleIntercept As Double

Return Type

A double value which represents the linear conversion of pixel data in the DICOM grayscale transformation.

Remarks

This value corresponds to DICOM attribute (0028, 1052). This property specifies the intercept value (b) to be used in the equation:

Output units = m * SV + b

Where SV is the stored values (pixel data) and the value m corresponds to the slope specified using the MEDRescaleSlope property. Both values are used together to specify the linear conversion of pixel data.

  • This property This method is only valid when MEDModalityLUTEnabled is set to False.
  • This property should only be used when DICOM specific information is available. Also, the ViewGrayMode property must be set to GRAY_Medical.

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.