Provides functionality for displaying DICOM series images and creating 3D volumes.
public class WorkstationViewer : UserControl, IViewChanged, IWorkstationView
Public Class WorkstationViewer
Inherits System.Windows.Forms.UserControl
Implements IWorkstationView, IViewChanged, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IContainerControl, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
public ref class WorkstationViewer : public System.Windows.Forms.UserControl, IWorkstationView, IViewChanged, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IContainerControl, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
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 MedicalViewer controls used to display the DICOM images and the 3D volumes and perform any custom action or extra processing.
For an example, refer to the Medical Workstation Viewer or the live Medical Web Viewer demo.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document