Basics

What is DICOM?

DICOM (Digital Imaging and Communications in Medicine) is the universal format for medical images. Every CT, MRI, CBCT, ultrasound and X-ray machine on the market exports it.

What's inside a DICOM file

A DICOM file has two parts: a header and a pixel buffer. The header is a list of tagged fields — patient demographics, study description, modality, image dimensions, slice thickness, voxel spacing, hundreds of others. The pixel buffer is the raw image, often in 16-bit signed integers for CT/CBCT.

A 3D study like a CBCT scan is usually one DICOM file per slice (200–600 files), or one multiframe file containing the whole volume. Both forms are valid and any standards-compliant viewer reads either.

Why DICOM matters for sharing

Sending a DICOM means the receiver gets the exact same data the scanner produced. No re-encoding, no compression artifacts (unless explicitly chosen), no loss of measurement accuracy. Window/level can be adjusted on the receiver side because the raw Hounsfield-like values are preserved.

JPEG, PNG and PDF screenshots discard the raw values. Once converted, the recipient can't adjust contrast, measure in mm, or reconstruct in another plane. That's why specialists insist on DICOM, not screenshots.

FAQ

Can I open a .dcm file with regular image software?

No. Photoshop, Preview and Windows Photos cannot read DICOM. You need a DICOM viewer like CBCTHub, OsiriX or RadiAnt.

Are DICOM files large?

A dental CBCT scan is typically 200–800 MB. A full medical CT can be 1–3 GB. They're large because every slice is uncompressed 16-bit data.

Is DICOM the same on every brand of scanner?

The base format is, but each manufacturer adds private tags. Standards-compliant viewers ignore unknown tags and still display the image correctly.

Open any DICOM file in your browser

CBCTHub reads DICOM from any scanner, no install. Free for the first 2 GB of storage.

Start free

Related topics