For pointers to sample programs that demonstrate many features, see the table below:
Path | Target Platform |
---|---|
<installdir>\Bin\net | .NET 6+ |
Assembly - Class/Namespace | Comments |
---|---|
Leadtools.MedicalViewer.dll - Leadtools.MedicalViewer | The MedicalViewer namespace contains properties, methods and events for implementing Medical Image Viewer support. |
Library | Description | Dependencies |
---|---|---|
Leadtools.MedicalViewer.dll | Core Library | Leadtools.dll |
NuGet Package | Description | |
Leadtools.Medical.Viewer.WinForms | Medical Viewer Library for WinForms |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Animation | \Examples\Viewers\DotNet\AnimationDemo\net | \Bin\net\AnimationDemo_Original.exe |
Demonstrates LEADTOOLS Animation features
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Document Viewer | \Examples\Viewers\DotNet\DocumentViewerDemo\net | \Bin\net\DocumentViewerDemo_Original.exe |
Demonstrates Document Viewer support.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Image Viewer | \Examples\Viewers\DotNet\ImageViewerDemo\net | \Bin\net\ImageViewerDemo_Original.exe |
Demonstrates the LEADTOOLS Image Viewer Control features.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Universal Viewer | \Examples\Viewers\DotNet\LEADUniversalViewerDemo\net | \Bin\net\LEADUniversalViewerDemo_Original.exe |
View, search, and annotate documents in a cross-platform Viewer control. Create, edit, and display annotations and mark-ups. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Viewer Overlay | \Examples\Viewers\DotNet\ViewerOverlayDemo\net | \Bin\net\ViewerOverlayDemo_Original.exe |
Demonstrates owner draw features of the LEADTOOLS Image Viewer Control.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Document Viewer Demo (WPF) | \Examples\Viewers\DotNet\WPFDocumentViewerDemo\net | \Bin\net\WPFDocumentViewerDemo_Original.exe |
Demonstrates Document Viewer support.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Pan Window Demo (WPF) | \Examples\Viewers\DotNet\WPFPanWindowDemo\net | \Bin\net\WPFPanWindowDemo_Original.exe |
Demonstrates the LEADTOOLS WPF Viewer and Pan Windows features. Load and display images using the automated pan window control. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Image List Demo (WPF) | \Examples\Viewers\DotNet\WPFRasterImageListDemo\net | \Bin\net\WPFRasterImageListDemo_Original.exe |
Demonstrates Image List Control features.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
WPF Viewer Overlay | \Examples\Viewers\DotNet\WPFViewerOverlayDemo\net | \Bin\net\WPFViewerOverlayDemo_Original.exe |
Demonstrates owner draw features of the LEADTOOLS WPF Image Viewer Control.
|
Path | Target Platform |
---|---|
<installdir>\Bin\DotNet4\Win32 | x86 .NET 4 or 4.5 |
<installdir>\Bin\DotNet4\x64 | x64 .NET 4 or 4.5 |
Assembly - Class/Namespace |
Comments |
Leadtools.MedicalViewer.dll - Leadtools.MedicalViewer |
The MedicalViewer namespace contains properties, methods and events for implementing Medical Image Viewer support. |
Library | Description | Dependencies |
---|---|---|
Leadtools.MedicalViewer.dll | Core Library |
Leadtools.dll |
NuGet Package | Description | |
Leadtools.Medical.Viewer.WinForms | Medical Viewer Library for WinForms |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Animation | \Examples\Viewers\DotNet\AnimationDemo\fx | \Bin\DotNet4\<Win32/x64>\AnimationDemo_Original.exe |
Demonstrates LEADTOOLS Animation features
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Document Viewer | \Examples\Viewers\DotNet\DocumentViewerDemo\fx | \Bin\DotNet4\<Win32/x64>\DocumentViewerDemo_Original.exe |
Demonstrates Document Viewer support.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Image Viewer | \Examples\Viewers\DotNet\ImageViewerDemo\fx | \Bin\DotNet4\<Win32/x64>\ImageViewerDemo_Original.exe |
Demonstrates the LEADTOOLS Image Viewer Control features.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Universal Viewer | \Examples\Viewers\DotNet\LEADUniversalViewerDemo\fx | \Bin\DotNet4\<Win32/x64>\LEADUniversalViewerDemo_Original.exe |
View, search, and annotate documents in a cross-platform Viewer control. Create, edit, and display annotations and mark-ups. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Medical Viewer | \Examples\Viewers\DotNet\MedicalViewerDemo\fx | \Bin\DotNet4\<Win32/x64>\MedicalViewerDemo_Original.exe |
Demonstrates the DICOM/Medical image display functionality.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Medical Viewer Layout | \Examples\Viewers\DotNet\MedicalViewerLayoutDemo\fx | \Bin\DotNet4\<Win32/x64>\MedicalViewerLayoutDemo_Original.exe |
Demonstrates the customized layout support for DICOM/Medical image display functionality.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
External Web Viewer Controller | \Examples\Viewers\DotNet\MedicalWebViewer\ExternalControlSample\fx | \Bin\DotNet4\<Win32/x64>\ExternalControlSample_Original.exe |
Demonstrates establishing an external connection with the Medical Web Viewer using the WCF or ASP.NET web services.
|
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Addins | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Addins\fx | Provides the addin classes for the services provided by the WCF and ASP web interfaces. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Annotations Data Access Layer | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Annotations.DataAccessLayer\fx | Implements the SQL database methods that manage annotations when retrieving medical series from a remote PACS server. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS ASP Medical Web Services | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Asp\fx | Provides a web interface to the PACS Storage server through ASP Medical Web Services. This is mainly consumed by the Medical Web Viewer demo. Services provided:
|
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Core | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Core\fx | Provides the interfaces and data types for other addins. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer External Control | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.ExternalControl\fx | Implement external control for the viewer. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer IdP Link | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.IdP\fx | Provides access to external IdPs (Okta, Shibboleth) to authorize usage of LEADTOOLS web applications. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Image Download Addin | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.ImageDownloadAddin\fx | Processes the retrieve job queue and sends the C-Move request to the remote PACS. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Jobs | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Jobs\fx | Implements medical series retrieval jobs from a remote PACS server. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Jobs Data Access Layer | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Jobs.DataAccessLayer\fx | Implements the SQL database methods that manage the job queue when retrieving medical series from a remote PACS server. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Jobs Clean Up Addin | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.JobsCleanupAddin\fx | Cleans the job queue when retrieving medical series from a remote PACS server. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer Patient Access Rights Data Access Agent | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.PatientAccessRights.DataAccessAgent\fx | Modifies query requests according to the patient access level of the user. This is mainly consumed by the Medical Web Viewer demo. |
Demo Name | Source Code Path | Description |
---|---|---|
LEADTOOLS Medical Web Viewer WADO Services | \Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Wado\fx | Provides Web Access to DICOM Objects (WADO). This is mainly consumed by the Medical Web Viewer demo.
|
Demo Name | Source Code Path | Description |
---|---|---|
Medical Web Viewer | \Examples\Viewers\DotNet\MedicalWebViewer\MedicalWebViewerDemo\fx | Demonstrates using the LEADTOOLS Medical Viewer SDK with HTML5 / JavaScript.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Medical Web Viewer Configuration | \Examples\Viewers\DotNet\MedicalWebViewer\WebViewerConfiguration\fx | \Bin\DotNet4\<Win32/x64>\WebViewerConfiguration_Original.exe |
Configures the Medical Web Viewer components.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Viewer Overlay | \Examples\Viewers\DotNet\ViewerOverlayDemo\fx | \Bin\DotNet4\<Win32/x64>\ViewerOverlayDemo_Original.exe |
Demonstrates owner draw features of the LEADTOOLS Image Viewer Control.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Document Viewer Demo (WPF) | \Examples\Viewers\DotNet\WPFDocumentViewerDemo\fx | \Bin\DotNet4\<Win32/x64>\WPFDocumentViewerDemo_Original.exe |
Demonstrates Document Viewer support.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Pan Window Demo (WPF) | \Examples\Viewers\DotNet\WPFPanWindowDemo\fx | \Bin\DotNet4\<Win32/x64>\WPFPanWindowDemo_Original.exe |
Demonstrates the LEADTOOLS WPF Viewer and Pan Windows features. Load and display images using the automated pan window control. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Image List Demo (WPF) | \Examples\Viewers\DotNet\WPFRasterImageListDemo\fx | \Bin\DotNet4\<Win32/x64>\WPFRasterImageListDemo_Original.exe |
Demonstrates Image List Control features.
|
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
WPF Viewer Overlay | \Examples\Viewers\DotNet\WPFViewerOverlayDemo\fx | \Bin\DotNet4\<Win32/x64>\WPFViewerOverlayDemo_Original.exe |
Demonstrates owner draw features of the LEADTOOLS WPF Image Viewer Control.
|
LEADTOOLS MedicalViewer .Net Assemblies
Programming with LEADTOOLS Medical Viewer Namespace
Creating a Bitmap Region Inside the Image Viewer
Getting Started (Guide to Example Programs)
Leadtools.MedicalViewer Assembly Changes
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