Field Note

Reading DICOM medical imaging file metadata

dicom metadata libdicom
Posted on Sunday, April the 7th 2024
1 min read

Using the dcm-dump command included in libdicom

$ dcm-dump <the-dcm-image>
===File Meta Information===
(0002,0001) FileMetaInformationVersion | OB | 2 | 1 | 00 01
...
(7fe0,7fe0) PixelData | OW | 524288 [
  frame 0 | 524288 | 0000 0000 0000 0000 0000 0000 0000 0000 ...
]
friedrichkurz.me

© 2025 Friedrich Kurz

Privacy Policy