Product Documentation
Merge DICOM Toolkit Datasheet
Merge DICOM Toolkit V4.7.0 Release Notes
Developer’s Reference
C/C++ DICOM Toolkit
.NET/C# DICOM Toolkit
Java Platform DICOM Toolkit
DICOM Toolkit Technical Data
Merge DICOM Toolkit Version 4.7
Release 4.7 introduces support for the latest DICOM supplements and change proposals as well as improvements to validation functions, enhanced documentation and upgraded structured report high-level API. The DICOM Java Toolkit in particular now provides support for image compression/decompression, DICOM to/from XML conversion and enhanced DICOMDIR functionality for incremental updates. Each one of the toolkits provides a more detailed, cumulative description of the specific changes and improvements in the readme file included with the distribution.
The Merge DICOM Toolkit Release 4.7 is available for Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Red Hat Linux (kernel version 2.4.20), Sun Solaris 8 Sparc, Sun Solaris 10 Intel and Mac OS X operating systems. Programming in C/C++, .NET framework and Java platform are supported in this release. NEW in version 4.7: Support for Android platforms has been added to the C/C++ and Java toolkits. The Supported DICOM Platforms table below contains more details.
.
New DICOM Supplements Supported in Rev 4.7
None since v4.6 release.
Sample Applications
Storage SCP
This sample code implements basic DICOM receive transaction, common in most image management servers and imaging workstations. The code initializes the MergeCOM-3 run-time libraries and creates the listener for a third-party (remote) DICOM association request. Following the successful association negotiation, images are received, association closed and interface de-initialized.
DICOM Part 10 Media Send
This sample code implements import of images from DICOM Part 10 files and sending onto a remote DICOM node, scenario common for patient CD media importing into an enterprise PACS system or importing of DICOM files into a reading or post-processing workstation. The code imports DICOM data from Part 10 files, initiates DICOM association to a remote DICOM node and conducts the transfer of images loaded from the filesystem.
Source Code Disclaimer
Supported dicom Platforms
|
DICOM Operating System |
Programming Language/Environment |
|
Microsoft Windows XP (32 and 64) |
Visual C++, C#/.Net, Java |
|
Microsoft Vista (32 and 64) |
Visual C++, C#/.Net, Java |
|
Microsoft 7 (32 and 64) |
Visual C++, C#/.Net, Java |
|
RedHat Linux (32 and 64) |
C/C++ (gcc), Java |
|
Sun Solaris 8 Sparc (32) |
C/C++ (gcc and Sun compiler), Java (32 only) |
|
Sun Solaris 10 Intel (32 and 64) |
C/C++ (gcc), Java (32 only) |
|
Mac OS X (32 and 64) |
C/C++ (gcc) |
|
Android 4.0 and higher on ARMv7 |
C/C++ (Android NDK 8b), Java |
Learn More
External Links