DCM Sample Files

Verified downloads with technical metadata and integrity checks.

Format Overview

DICOM (.dcm) files are the standard container for medical imaging data, combining pixel payloads with patient/study/series metadata and transfer syntax details. Use sample .dcm files to validate medical image viewers, metadata extraction, anonymization pipelines, and modality compatibility across CT, MR, and secondary-capture workflows.

Why teams pick DCM: DICOM fixtures are useful for modality-aware medical image validation, metadata extraction, and PACS/viewer compatibility testing.

Quick Stats

Files Shown3
Total Files3
CategoryImage
ManifestJSON

Top Workflows for DCM

  • CT, MR, and secondary-capture image inspection.
  • Metadata, modality, and transfer-syntax compatibility checks.
  • Medical-image ingestion and anonymization QA.

Common Mistakes

  • Testing only generic image formats and skipping DICOM metadata workflows.
  • Ignoring modality-specific differences between CT, MR, and capture images.
  • Treating DICOM as opaque binary data without validating header semantics.

Validation Methodology

  • Validate MIME sniffing against extension and file signatures.
  • Test transparency, color profile, and resize pipelines.
  • Benchmark decode speed and memory use for larger dimensions.

Featured Real-World Fixtures

CT Slice DICOM

Real DICOM CT fixture for medical viewer and metadata validation.

dcm_ct_slice_sample.dcm · 38.3 KB

Download Fixture

MR Slice DICOM

Real DICOM MR fixture for modality-aware medical image workflows.

dcm_mr_slice_sample.dcm · 9.6 KB

Download Fixture

Secondary Capture DICOM

Real DICOM capture fixture for RGB and presentation-style compatibility checks.

dcm_secondary_capture_rgb_sample.dcm · 1.4 KB

Download Fixture

Workflow Packs

Medical Imaging Fixture Pack

Bundle of DICOM and NIfTI fixtures for medical imaging validation.

medical_imaging_fixture_pack.zip · 136.7 KB

Specialized Imaging Compatibility Pack

Bundle spanning vector art, layered design, DICOM, and NIfTI fixtures.

specialized_imaging_compatibility_pack.zip · 17.3 KB

Fixture Matrix

Use the curated DCM matrix to choose the right clean, edge-case, and broken fixtures for this format.

Download Files

Filename Size MIME SHA256 Download
dcm_ct_slice_sample.dcm
.dcm
38.3 KB application/dicom 3dd31e5cc835b3f2cdd46c9da1982f59251e78518fefa8163d914631c66437d6 Download
dcm_mr_slice_sample.dcm
.dcm
9.6 KB application/dicom 3f27d1c22f1a66e80d7bb7c911e8610fd0bb70325a76746a7adb1c0ddefcf2bb Download
dcm_secondary_capture_rgb_sample.dcm
.dcm
1.4 KB application/dicom fd4b944846665e82ff27ee9f9bec91a21a2de26005f532e82dffc8e848c3c7a0 Download

Checksum Verification

Use checksums to confirm file integrity after download.

shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.

Related Guides

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read Guide

Case Study: MIME Mismatch Blocking Legitimate Uploads

A production-style incident where strict type checks rejected real user files and how policy was corrected.

Read Guide

Checksum Integrity Workflows

Use SHA256 manifests to guarantee fixture integrity in CI and production pipelines.

Read Guide

Conversion Output Verification Playbook

Verify converted outputs for correctness, quality, and contract compliance.

Read Guide