Validation

Diff between two studies/files

Compare two files or studies and highlight every differing tag and pixel.

Problem

You have two versions of a DICOM file — the original and an anonymized copy, or a before-and-after edit — and you need to see exactly which tags changed, what the old and new values are, and whether any unexpected modifications occurred. A visual diff table shows side-by-side comparisons for every tag that differs between the two instances.

Steps

  1. Load multiple files (⌘O) — e.g. test.dcm and sample-siemens.dcm.

  2. Switch to the Files tab in the right rail and click Compare.

  3. Select the A (old) instance — choose #1 · test.dcm from the dropdown.

  4. Select the B (new) instance — choose #1 · sample-siemens.dcm from the dropdown.

  5. Review the diff table — the modal displays rows for every tag that differs between the two files. Each row shows the tag ID, tag name, value in A, and value in B.

Result

The Compare modal opens with A/B instance pickers; choosing both renders a diff table of every differing tag (the row count is above zero for different files), listing only the differences.