LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WorkstationViewer Class
See Also  Members  
Leadtools.Medical.Workstation.UI Namespace : WorkstationViewer Class




Provides functionality for displaying DICOM series images and creating 3D volumes.

Object Model

WorkstationViewer ClassModalityOptionsManager ClassViewer3DOptions ClassAutoHidePanel Class

Syntax

Visual Basic (Declaration) 
Public Class WorkstationViewer 
   Inherits System.Windows.Forms.UserControl
   Implements IViewChangedIComponentISynchronizeInvokeIDisposableIBindableComponentIContainerControlIDropTargetIWin32Window 
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer
Managed Extensions for C++ 
public __gc class WorkstationViewer : public System.Windows.Forms.UserControl, IViewChangedIComponentISynchronizeInvokeIDisposableIBindableComponentIContainerControlIDropTargetIWin32Window  

Example

For an example, refer to the Medical Workstation Viewer or the live Medical Web Viewer demo.

Remarks

This is a high-level control which can be used for displaying DICOM series images with rich user interface functionalities including Window Level, Zooming, scrolling, image processing (invert, rotate, flip…) and various display layout options, pan window and DICOM dump.

The control is also capable of creating and displaying 3D volumes with different rendering options (MIP, VRT, MPR, SSD…). Volumes can be stored into a local storage and loaded later anytime.

Access the internal N:Leadtools.MedicalViewer controls used to display the DICOM images and the 3D volumes and perform any custom action or extra processing.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Leadtools.Medical.Workstation.UI.WorkstationViewer

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also