The DICOM Toolbox, Advanced DICOM Tools Guide

A comprehensive guide to the 7 dedicated features of the Advanced DICOM Tools module.

Generator

DICOM UID Generator

Generates strictly compliant Unique Identifiers (UIDs) for Studies, Series, and SOP instances using the globally unique ISO 2.25 UUID-derived root, guaranteeing zero collisions.

How to use it Need to generate a fresh UID for a custom DICOM file or integration script? Select your UID level (Study, Series, SOP) and click Generate to immediately copy it to the clipboard.
Metadata

Add or Insert DICOM Tag

Quickly append custom or missing DICOM tags to an individual image, or batch apply them across all currently loaded files. Features a built-in search to automatically resolve Group, Element, and VR formatting.

How to use it If a modality consistently fails to append an Institution Name, input the tag (0008, 0080), enter your text, and apply it to the entire loaded study in one click.
Comparison

Header Compare

Load two DICOM files side-by-side. The engine highlights exact byte-level and metadata differences, identifying missing tags, differing VRs, or discrepancies in Transfer Syntax.

How to use it Investigating why one machine's images are accepted by a VNA and another's are rejected? Load them into the Compare Tab to instantly spot the underlying structural differences.
Security

File Integrity Checker

Deep-scans the DICOM Part 10 file structure to verify the integrity of the preamble, magic number (DICM), and sequence offsets. Ideal for identifying corrupted files.

How to use it If a file fails to load in your PACS viewer, run it through the Integrity Checker to determine if the internal byte stream was truncated or corrupted during network transit.
Validation

Conformance Validator

Rigorously checks the dataset against official DICOM Part 3 Information Object Definitions (IOD). Validates the presence of Type 1 (Required) and Type 2 tags, and flags sequence items that exceed standard length limits.

How to use it Before deploying a custom modality software update, validate its generated DICOM files against standard IODs to guarantee broad compatibility and adherence to DICOM standards.
Transcoding

Transfer Syntax Converter

Effortlessly compress or decompress pixel data. Convert uncompressed Implicit Little Endian files into highly compressed JPEG Lossless or JPEG 2000 formats to drastically reduce network transmission times.

How to use it When migrating a large cache of uncompressed legacy studies across a slow WAN connection, use the converter to batch encode them into a lossless compressed format prior to transmission.
Export

Study Export to ZIP

Bundle complex multi-series studies into a single, highly compressed ZIP archive. Automatically normalizes file names based on SOP Instance UIDs for clean organization.

How to use it Need to package a complex MRI study securely for an external consultant or research body? Use this tab to rapidly aggregate and compress all relevant series into an easily transferable ZIP file.