When using the LEADTOOLS DICOM Scu .Net Class Library, the first step must be to call DicomEngine.Startup in order to initialize the data required by the library. This is usually done at the beginning of the application. When the library is no longer needed, DicomEngine.Shutdown must be called to release the data. This is usually done when the application needs to shut down. The following topics provide a systematic approach to understanding how to program with the LEADTOOLS DICOM Scu .Net Class Library.
DICOM Storage Service Class SCU
The DICOM standard defines Storage Service Classes that facilitate the storing of DICOM datasets. The functionality provided by the StoreScu class simplifies the process of building a Storage Service Class User ( Storage SCU ). The StoreScu class provides members to handle all the SOP and Meta SOP Classes defined by the Storage Service Class. StoreScu class provides the following method for doing a C-STORE-REQ : StoreScu.Store
Additionally the following events are available:
DICOM Query/Retrieve Service Class SCU
The DICOM standard defines Query/Retrieve Service Classes that facilitate the querying and retrieving of DICOM datasets. The functionality provided by the QueryRetrieveScu class simplifies the process of building a Query/Retrieve Service Class User (Query/Retrieve SCU). The QueryRetrieveScu class provides members to handle all the SOP and Meta SOP Classes defined by the Storage Service Class. The QueryRetrieveScu class provides the following methods for doing a DICOM query or retrieve operation.
Additionally the following events are available:
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