Accusoft.ImagXpress13.Net
RescaleIntercept Property




Gets and sets the intercept used to specify a linear conversion of pixel data in the DICOM grayscale transformation.
Syntax
'Declaration
 
Public Property RescaleIntercept As Double
'Usage
 
Dim instance As Medical
Dim value As Double
 
instance.RescaleIntercept = value
 
value = instance.RescaleIntercept
public double RescaleIntercept {get; set;}
public: __property double get_RescaleIntercept();
public: __property void set_RescaleIntercept( 
   double value
);
public:
property double RescaleIntercept {
   double get();
   void set (    double value);
}

Property Value

A double value which represents 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 Where SV is the stored values (pixel data) and the value m corresponds to the slope specified using the RescaleSlope property. Both values are used together to specify the linear conversion of pixel data.

This property is only valid when the ModalityLookupTable property is set to False.

This property should only be used when DICOM specific information is available.

Note: Available in Professional edition.

See Also

Reference

Medical Class
Medical Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback