Specifies the width 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 MEDWindowWidth As Double |
A double value which represents the width value used to specify a linear conversion as described below.
This value corresponds to DICOM attribute (0028, 1051).
-
MEDWindowWidth contains the width of the window and shall always be greater than or equal to 1.
-
When this value is greater than 1, this property and MEDWindowCenter specify that range of input values to be mapped to the range of the output device.
-
If this property is equal to 1, this property and MEDWindowCenter specify a value where input values below this value should be displayed as the minimum output value.
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.