The LEADTOOLS Modality Worklist WCF Service contains methods for manipulating entities in a modality worklist database. The following entities can be manipulated by the service:
Patient
Imaging Service Request
Requested Procedure
Scheduled Procedure Step
Visit
Modality Performed Procedure Step
In addition, there are a few miscellaneous functions included that can handle tasks like:
Handling Unscheduled MPPS
Getting Unscheduled Performed Procedure Step UIDs
Checking to see whether a Performed Procedure Step exists
The LEADTOOLS Modality Worklist WCF service can be hosted multiple ways: including IIS, self-hosting (managed applications only), as a Windows service and as a Windows Process Activation Service. The service was made to interoperate with the LEADTOOLS PACS framework. Use the provided PACS Framework Server Add-in (Leadtools.AddIn.Broker.Host) to host a LEADTOOLS Modality Worklist WCF service.
When consuming WCF Services from web-based applications, Visual Studio generates asynchronous methods to the service, rather than single synchronous calls. These asynchronous calls require that you subscribe to the “Completed” event, call the method, and wait for the “Completed” event to fire.
When calling a LEADTOOLS Modality Worklist WCF Service from a web application, it may be necessary to use cross domain permissions files. For more information, see Self-hosted WCF service and enabling cross domain calls.
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