Gets and sets the center value used to specify a linear conversion from stored pixel values to values to be displayed after any Modality LUT or Rescale Slope and Intercept conversions have been applied.
Read-write property
Visual Basic |
---|
Public Property MEDWindowCenter As Double |
A double value which represents the center value used to specify a linear conversion as described below.
This value corresponds to DICOM attribute (0028, 1050).
This property is used along with MEDWindowWidth to specify the linear conversion of pixel data during the Values of Interest step of DICOM grayscale transformation. For more information see Part 3, Annex C.11.2.1.2 of the DICOM standard.
-
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.
To set both the Center and Width parameters simultaneously, use the ApplyGrayscaleTransform method.
Note: Available in Professional Edition.