Or try a bundled sample file
These .dcm fixtures ship with the site - click one to process it.
Loading sample files...
Timings
Frames ()
This file has no pixel data (e.g. a Structured Report, encapsulated PDF, or RTSTRUCT) - metadata only, nothing to render.
Click a frame to see a larger render (up to 1024x1024).
Metadata
About
This site is a small demo/test harness for
dcmnorm,
an open-source DICOM parsing/normalization library, and its native Node.js bindings
(@pohcee/dcmnorm-node). This deployment is testing .
The Tester tab lets you upload any .dcm file. The server calls
straight into the dcmnorm Rust library (no CLI subprocess) to validate the file, dump its
full DICOM JSON metadata, and render every frame to JPEG - reporting how long each step
took.
dcmnorm is free and open source. Check out the code, file issues, or use it in your own project at github.com/pohcee/dcmnorm.