Medical Web Viewer Files to be Included with your Application

Summary

Files for redistribution are included in the LEADTOOLS SDK's installation directory for the supported platform.

Legal Notices

Note:

You may not copy or redistribute any of the following files without obtaining the proper license. In some cases, the license is included with your initial purchase of LEADTOOLS. In other cases, you must obtain a license from a third party or enter into a royalty agreement with LEAD to obtain the proper license. For these special licensing situations, see the notes below accompanying the specific file.

Note:

You may not distribute the header files with your application, and you may not provide software development capabilities in your application.

Required Runtimes

The LEADTOOLS kernel module (for example Leadtools.dll for .NET) is required for applications.

Note:

LEADTOOLS binaries for .NET require the Microsoft Visual C++ 2017 Runtime.
The Microsoft Visual C++ 2017 Redistributable Package cannot be installed on some versions of Windows. For supported versions, see Choosing a Deployment Method and Update for Universal C Runtime in Windows. The Microsoft Visual C++ 2017 Runtime also requires the Windows Universal CRT library, which is distributed as part of Windows 10. For information on how to redistribute the universal CRT, see Introducing the Universal CRT.

Note:

The file names are the same for Win32 and x64. However, the actual binaries are different. The latest Microsoft Visual C/C++ Redistributables, include the latest C/C++ standards conformance updates and are recommended for Visual Studio 2015-2022.

The following tables summarize the files that must be included as part of the files distributed with the application. Most files in the tables are optional. These files are referred to as "Redistributables" in the License Agreement.

MEDICAL IMAGING TOOLKIT

Redistributables Explanation
Leadtools.dll

LEADTOOLS Raster Imaging core classes, structures, and interfaces. Required for all applications. For information about the "nag" message and the "no-nag" Leadtools.dll, refer to Installation Notes - Nag Message.

Leadtools.Annotations.dll

Deprecated, use Leadtools.Annotations.Engine.

Required for Annotation support.

Leadtools.Annotations.Automation.dll

Required for implementing high-level automated mode annotations (with end-user interaction).

Leadtools.Annotations.Engine.dll

The base class for all LEADTOOLS Annotation objects. This class (along with the other classes from the Leadtools.Annotations.Engine namespace), provides low-level annotation functionality.

Leadtools.Annotations.Designers.dll

Required for building Edit mode and Run mode designers for annotation objects.

Leadtools.Annotations.Document.dll

Leadtools.Annotations.Rendering.WinForms.dll

The base class for all LEADTOOLS Annotation object renderers.
This class (along with the other classes from the Leadtools.Annotations.Rendering namespace), is required in order to render LEADTOOLS annotation objects.

Leadtools.Kernel.Annotations.dll

Required for loading and saving annotations compatible with non-.NET LEADTOOLS toolkits.

Leadtools.Codecs.dll

Required for reading and writing image files. Also requires the DLLs listed for file format support for the Leadtools.Dicom.dll.

NOTE: This static (shared) method must be called before using other members of the Codecs namespace. This usually occurs at the start of your application.

Be sure that the DLLs in the LEADTOOLS I/O Library are available to your application. There are two ways of doing this:

  • Install the DLLs in the application's directory.
Leadtools.Dicom.dll

Required for DICOM and DICOM communication support.

Also requires the following:

Support Win32 and x64 Platforms
JPEG Compression Leadtools.Codecs.Cmp.dll
JPEG 2000 Compression Leadtools.Codecs.J2k.dll
PNG compression Leadtools.Codecs.Png.dll
TIFF compression Leadtools.Codecs.Tif.dll
Leadtools.Dicom.Annotations.dll Required for converting LEADTOOLS Annotations to and from the DICOM format specified in part 3 of the DICOM Specification, under the description for the "Graphic Annotation Module" (i.e. DICOM Annotations).
Leadtools.Dicom.Imaging.dll Required for generating and retrieving view related images in multi-resolution, with tiling, and caching for speed.
Leadtools.Dicom.Tables.dll Required as support for populating tables.
Leadtools.ImageProcessing.Core.dll Core Image Processing functions.
Also requires Leadtools.ImageProcessing.Utilities.dll.
Leadtools.ImageProcessing.Effects.dll Image Effects Image Processing functions.
Also requires Leadtools.ImageProcessing.Utilities.dll.
Leadtools.MedicalViewer.dll The LEADTOOLS Medical Viewer Control. Also requires the Leadtools.Medical3D.dll.
Leadtools.Medical3D.dll Support DLL for Leadtools.MedicalViewer.dll.
Leadtools.Winforms.dll Contains the RasterImageViewer control class.
SQLite.Interop.dll Part of SQLite, which is freely downloadable and distributable. (The source code is available.) Used by System.Data.SQLite, which is an ADO.NET provider for SQLite. SQLite is a self-contained, server-less, transactional SQL database engine. System.DataSQLite is used by the DicomMwlScpDemo_Original.exe demo.

WEB VIEWER FRAMEWORK (WCF)

Redistributables Explanation
Leadtools.Wcf.WebHttpCorsBehavior.dll A toolkit assembly that implements Cross-Origin Resource Sharing. Leadtools.WcfWebHttpCorsBehavior.dd is used by the Leadtools.Medical.WebViewer.ExternalControl.dll demo assembly.
Leadtools.Tasks.ServerProcess.exe Background worker EXE for the Leadtools.Medical.WebViewer.WCF.dll Background worker EXE for the Leadtools.Medical.WebViewer.Asp.dll
Leadtools.Dicom.Imaging.dll Provides features that make working with DICOM files easier, including DICOM image-related queries to read DICOM image-related information

Example Projects

DLL Name Description Location
Leadtools.DataAccessLayers.Core.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\DataAccessLayers.Core project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.DataAccessLayers.Core.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.DataAccessLayers.Core.dll

Leadtools.DataAccessLayers.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\DataAccessLayers project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.DataAccessLayers.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.DataAccessLayers.dll

Leadtools.Medical.HL7MWL.AddIn.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.HL7MWL.AddIn project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.HL7MWL.AddIn.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.HL7MWL.AddIn.dll

Leadtools.Medical.HL7PatientUpdate.AddIn Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.HL7PatientUpdate.AddIn project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.HL7PatientUpdate.AddIn.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.HL7PatientUpdate.AddIn.dll

Leadtools.Medical.Rules.AddIn.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.Rules.AddIn project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.Rules.AddIn.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.Rules.AddIn.dll

Leadtools.Medical.ExternalStore.Addin.dll Provides a base set of classes that allow developers to easily create cloud storage add-ins, which allow the LEADTOOLS PACS DICOM Storage Server and LEADTOOLS Medical Web Viewer to store/retrieve DICOM Datasets to an external cloud service. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.ExternalStore.Addin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\PACSAddIns\Leadtools.Medical.ExternalStore.Addin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\PACSAddIns\Leadtools.Medical.ExternalStore.Addin.dll

Leadtools.Medical.ExternalStore.Atmos.Addin.dll Implements cloud storage for use with the LEADTOOLS PACS DICOM Storage Server and LEADTOOLS Medical Web Viewer, where the cloud service provider is EMC Atmos. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.ExternalStore.Atmos.Addin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\PACSAddIns\Leadtools.Medical.ExternalStore.Azure.Addin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\PACSAddIns\Leadtools.Medical.ExternalStore.Azure.Addin.dll

Leadtools.Medical.ExternalStore.Azure.Addin.dll Implements cloud storage for use with the LEADTOOLS PACS DICOM Storage Server and LEADTOOLS Medical Web Viewer, where the cloud service provider is Microsoft Azure. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.ExternalStore.Azure.Addin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\PACSAddIns\Leadtools.Medical.ExternalStore.Azure.Addin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\PACSAddIns\Leadtools.Medical.ExternalStore.Azure.Addin.dll

Leadtools.Medical.ExternalStore.Sample.Addin.dll Implements optional simplified cloud storage for use with the LEADTOOLS PACS DICOM Storage Server and LEADTOOLS Medical Web Viewer. The cloud storage points to a disk file. Source code is provided for this add-in as a guide to show users how to create an add-in for any cloud storage service provider. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\SampleAddIns\Medical.ExternalStore.Sample.Addin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\PACSAddIns\Leadtools.Medical.ExternalStore.Sample.Addin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\PACSAddIns\Leadtools.Medical.ExternalStore.Sample.Addin.dll

Leadtools.Medical.SearchOtherPatientIds.Addin.dll Enhances C-Find queries so that searches using the PatientID element (0010,0020) will also perform the search on the Other Patient IDs element (0010,1000). This add-in allows users to easily enable/disable the feature. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.SearchOtherPatientIds.Addin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\\PACSAddIns\Leadtools.Medical.SearchOtherPatientIds.Addin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\\PACSAddIns\Leadtools.Medical.SearchOtherPatientIds.Addin.dll

Leadtools.Medical.Gateway.AddIn.dll Implements a gateway, which is a query/retrieve proxy that automatically relays a single query/retrieve message to any number of specified external DICOM servers. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.Rules.AddIn project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.Gateway.AddIn.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.Gateway.AddIn.dll

Leadtools.Medical.WebViewer.ExternalControl.dll Provides classes and methods to externally control the LEADTOOLS Medical Web Viewer. Capabilities include remote login, remote logout, remote display images (patient, study, series, instance level), remote updating and adding patients, and managing users. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.ExternalControl project

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\\Leadtools.Medical.WebViewer.ExternalControl.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\\Leadtools.Medical.WebViewer.ExternalControl.dll

Leadtools.Medical.WebViewer.Wado.dll WADO implementation of web services defined in DICOM Standard Part 18 (using RESTful services), including STOW-RS, QIDO-RS, WADO-RS, and WADO-URI. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Wado project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.Wado.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.Wado.dll

Leadtools.Medical.WebViewer.WCF.dll Provides a WCF implementation of medical service APIs. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.WCF project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.WCF.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.WCF.dll

Leadtools.Medical.WebViewer.Asp.dll Provides an ASP.Net implementation of medical service APIs. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Asp solution.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.Asp.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.Asp.dll

Leadtools.Medical.WebViewer.Addins.dllv Contains add-ins used by the HTML5. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Addins project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.Addins.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.Addins.dll

Leadtools.Medical.Rules.AddIn.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.Rules.AddIn project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.Rules.AddIn.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.Rules.AddIn.dll

Leadtools.Medical.Storage.AddIns.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.Storage.AddIns project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.Storage.AddIns.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.Storage.AddIns.dll

Leadtools.Medical.UserManagementDataAccessLayer.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.UserManagementDataAccessLayer project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.UserManagementDataAccessLayer.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.UserManagementDataAccessLayer.Core.dll

Leadtools.Medical.WebViewer.Core.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Core project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.Core.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.Core.dll

Leadtools.Medical.WebViewer.ImageDownloadAddin.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.ImageDownloadAddin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.ImageDownloadAddin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.ImageDownloadAddin.dll

Leadtools.Medical.WebViewer.Jobs.DataAccessLayer.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Jobs.DataAccessLayer project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.Jobs.DataAccessLayer.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.Jobs.DataAccessLayer.dll

Leadtools.Medical.WebViewer.Jobs.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.Jobs project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.Jobs.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.Jobs.dll

Leadtools.Medical.WebViewer.JobsCleanupAddin.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.JobsCleanupAddin project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.JobsCleanupAddin.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.JobsCleanupAddin.dll

Leadtools.Medical.WebViewer.PatientAccessRights.DataAccessAgent.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.PatientAccessRights.DataAccessAgent project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.PatientAccessRights.DataAccessAgent.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.PatientAccessRights.DataAccessAgent.dll

Leadtools.Medical.WebViewer.WCF.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.WCF project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.WebViewer.WCF.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.WebViewer.WCF.dll

Leadtools.Medical.WebViewer.Annotations.DataAccessLayer.dll Required for the Web Service web site to service the Web Viewer Application. Source Code

Binary included in the Bin subdirectory of the <LEADTOOLS_INSTALLDIR>\Examples\Viewers\DotNet\MedicalWebViewer\Medical.WebViewer.WCF project.

Leadtools.Medical.Winforms.dll Example project. Source Code

Built from the <LEADTOOLS_INSTALLDIR>\Examples\Medical\DotNet\Medical.WinForms project.

Binaries

<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\Win32\Leadtools.Medical.Winforms.dll
<LEADTOOLS_INSTALLDIR>\Bin\DotNet4\x64\Leadtools.Medical.Winforms.dll

Leadtools.Medical.Media.AddIns.dll Implements the Service Class Provider (SCP) role of a Media Creation Management service that allows clients to send N-Create and N-Set requests for the Media Creation SOP Class. The add-in will store and execute requests for creating DICOM media (e.g. DVD, CD, USB…) for referenced DICOM instances. Source code

\Examples\Medical\DotNet\Medical.Media.AddIns

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.Media.AddIns.dll
\Bin\Dotnet4\x64\Leadtools.Medical.Media.AddIns.dll

Leadtools.Medical.Storage.AddIns.dll Implements three add-ins (C-Find, C-Move, C-Store). The C-Find add-in implements the Service Class Provider (SCP) role for all levels of DICOM Study Root Query and Retrieve Information Model -FIND of Query/Retrieve Service Class. The C-Store add-in implements the Service Class Provider (SCP) role DICOM Storage Service Class. The C-Move add-in implements the Service Class Provider (SCP) role for all levels of DICOM Study Root Query and Retrieve Information Model -MOVE of Query/Retrieve Service Class. Source code

\Examples\Medical\DotNet\Medical.Storage.AddIns

Binaries

\Bin\Dotnet4\Win32\PACSAddIns\Leadtools.AddIn.Find.dll
\Bin\Dotnet4\x64\PACSAddIns\Leadtools.AddIn.Find.dll

Leadtools.Medical.Worklist.AddIns.dll Implements the Service Class Provider (SCP) role of the Modality Worklist Service (MWL) and corresponding Modality Performed Procedure Step (MPPS) service. Source code

\Examples\Medical\DotNet\Medical.Worklist.AddIns

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.Worklist.AddIns.dll
\Bin\Dotnet4\x64\Leadtools.Medical.Worklist.AddIns.dll

Leadtools.Medical.AutoCopy.AddIn.dll Implements an auto-copy feature, where automatic storage to a remote PACS (C-Store) can be configured to occur based on any C-MOVE-Req destination. This is useful for automatically routing retrieved incoming DICOM image data to any number of PACS servers. Source code

\Examples\Medical\DotNet\Medical.AutoCopy.AddIn

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.AutoCopy.AddIn.dll
\Bin\Dotnet4\x64\Leadtools.Medical.AutoCopy.AddIn.dll

Leadtools.Medical.Forwarder.AddIn.dll Implements the forwarding feature, a storage server to be configured so that DICOM images received can be automatically archived to another PACS server immediately, or on any schedule. Source code

\Examples\Medical\DotNet\Medical.Forward.AddIn

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.Forwarder.AddIn.dll
\Bin\Dotnet4\x64\Leadtools.Medical.Forward.AddIns.dll

Leadtools.Medical.PatientUpdater.AddIn.dll Implements the patient updater feature, which allows the server to respond to a custom N-Action message to seamlessly modify existing patient and study information. This feature is useful for updating incorrectly entered information. It supports the ability to copy patients and studies, delete patients and series, move a study to either an existing or a new patient, and merge studies with a new or existing patient. Source code

\Examples\Medical\DotNet\Medical.PatientUpdater.AddIn

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.PatientUpdater.AddIns.dll
\Bin\Dotnet4\x64\Leadtools.Medical.PatientUpdater.AddIns.dll

Leadtools.Medical.Rules.AddIn.dll Allows scripts to interact with the DICOM Server request/response pipeline. Typical uses of this add-in are to pre-fetch certain types of images (i.e. modality and performed procedure) to certain specialty workstations (radiology reading station, 3D Visualization station etc.) or to forward images to an on call radiologist or specialty department. Additionally, if DICOM datasets require special tags to be added before storing this can also be accomplished with the Rules Add-in. Source code

\Examples\Medical\DotNet\Medical.Rules.AddIn

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.Rules.AddIn.dll
\Bin\Dotnet4\x64\Leadtools.Medical.Rules.AddIn.dll

Advanced Configuration Add-ins

AddIn Name Description Location
Leadtools.Medical.Logging.AddIn.dll Configures the system so that the application user interface and any of the DICOM services and add-ins can log to a central database. Source code

\Examples\Medical\DotNet\Medical.Logging.AddIn

Binaries

\Bin\Dotnet4\Win32\Leadtools.Logging.AddIn.dll
\Bin\Dotnet4\x64\Leadtools.Logging.AddIn.dll

Leadtools.Medical.Ae.Configuration.dll Allows the user-interface or any other add-ins to access the Application Entity information stored in a database. Source code

\Examples\Medical\DotNet\Medical.Ae.Configuration

Binaries

\Bin\Dotnet4\Win32\Leadtools.Medical.Ae.Configuration.dll
\Bin\Dotnet4\x64\Leadtools.Medical.Ae.Configuration.dll

Leadtools.Medical.License.Configuration.dll Implements a licensing mechanism, to control and limit certain features. Programmers can easily modify this add-in to restrict features as concurrent connections, configurable clients, stored studies, stored series, forwarding, and gateway. Source code

\Examples\Medical\DotNet\Medical.License.Configuration

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Medical Web Viewer

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.