Returns the value of the Rescale Intercept tag (0028,1052). DICOM_RescaleSlope and DICOM_RescaleIntercept define a linear subset of a conceptual Modality LUT transformation.
Note: The DICOM_RescaleIntercept and DICOM_RescaleSlope tags are removed when saving DICOM if DICOM_Range = iedrAdjust
// Get Hounsfield unit hu := ImageEnView1.IEBitmap.Pixels_ie16g[x, y] * ImageEnView1.IO.IOParams.DICOM_RescaleSlope + ImageEnView1.IO.IOParams.DICOM_RescaleIntercept;