Accusoft.ImagXpress13.Net
WindowCenter Property




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.
Syntax
'Declaration
 
Public Property WindowCenter As Double
'Usage
 
Dim instance As Medical
Dim value As Double
 
instance.WindowCenter = value
 
value = instance.WindowCenter
public double WindowCenter {get; set;}
public: __property double get_WindowCenter();
public: __property void set_WindowCenter( 
   double value
);
public:
property double WindowCenter {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the window center.
Remarks

This value corresponds to DICOM attribute (0028, 1050).

WindowCenter is used along with WindowWidth to specify the linear conversion of pixel data during the VOI step of DICOM grayscale transformation. For more information see Part 3, Annex C.11.2.1.2 of the DICOM standard.

This property is only valid when ValuesOfInterestLookupTable is set to false.

Note: This property should only be used when DICOM specific information is available. To set both the Center and Width parameters simultaneously use the Processor.ApplyGrayscaleTransform method.

Note: Available in Professional edition.

See Also

Reference

Medical Class
Medical Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback