About DICOM Metadata Viewer
A radiology DVD lands on your desk, a research collaborator emails a
.dcm sample, or a vendor ships an export from a CT scanner
— and you just need to know what's inside the header. The desktop
options (MicroDicom, OsiriX, RadiAnt, Horos) are full PACS workstations
built for clinical interpretation; they take minutes to install, want
to organise a study tree, and bury the actual tag list under a viewer
optimised for pixels. Most online viewers are the same — focused on
rendering the image, with the metadata tab as an afterthought.
This DICOM metadata viewer does the inverse — it
parses the header only and never reads pixel data
(stop_before_pixels=True in pydicom). The output is an
organised summary in five groups — Patient, Study, Series,
Equipment, Image — followed by a complete tag dump with
group/element/VR/value columns (up to 500 tags). Modality
(CT, MR, CR, US,
PT, MG, …) and the Transfer Syntax UID are
surfaced at the top so you can tell at a glance whether the file is
Explicit VR Little Endian, JPEG 2000 lossless, or one of the dozen
other DICOM transports. Files up to 30 MB are processed in a stateless
function and discarded immediately after the response.
Use it to audit what PHI is sitting in a file before you share it with a collaborator, debug a transfer-syntax mismatch between a scanner and a PACS, dump tags into Excel for a research cohort, look up the acquisition parameters of a study someone emailed you, or sanity-check a de-identification script's output. CSV (UTF-8 BOM, Excel-ready) and JSON downloads are generated alongside the on-page table.