UI reference

Private tag scrub

Remove vendor private tags (odd DICOM groups) from the exported file.

DICOM private tags (odd group numbers > 0x0008) carry vendor-specific metadata — scanner model parameters, acquisition sequences, and potentially patient-identifying scanner data. Enabling this option scrubs them during anonymization.

Remove all — deletes every private tag unconditionally, giving the smallest attack surface.

Keep vendor whitelist — retains creator + data elements for known-safe blocks (Siemens CSA, GE PSD) and removes everything else. Useful when downstream pipelines depend on sequence parameters.

Tip Private creator elements (group:0010–00FF) identify which data elements belong to a vendor block. Only the data in that block is retained, not unrecognised private tags in the same group.