Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Extracting data from a DICOM file.

William R Riddle1, David R Pickens

  • 1Department of Radiology and Radiological Sciences, Vanderbilt University Medical Center, Nashville, Tennessee 37232-2675, USA. bill.riddle@vanderbilt.edu

Medical Physics
|July 15, 2005
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Reproducibility of liver iron concentration estimates in MRI through R2* measurement determined by least-squares curve fitting.

Journal of applied clinical medical physics·2020
Same author

A new data analysis approach for measuring longitudinal changes of metabolism in cognitively normal elderly adults.

Clinical interventions in aging·2017
Same author

Realistic phantoms to characterize dosimetry in pediatric CT.

Pediatric radiology·2017
Same author

Reference tissue normalization in longitudinal (18)F-florbetapir positron emission tomography of late mild cognitive impairment.

Alzheimer's research & therapy·2016
Same author

Patient-specific dose calculations for pediatric CT of the chest, abdomen and pelvis.

Pediatric radiology·2015
Same author

Modeling clustered activity increase in amyloid-beta positron emission tomographic images with statistical descriptors.

Clinical interventions in aging·2015
Same journal

Correction to "On the shape of the radiation survival curve in tumor spheroids: The role of oxygen heterogeneity".

Medical physics·2026
Same journal

Multi-view constrained semi-supervised vertebra detection for 3D ultrasound spine volume.

Medical physics·2026
Same journal

Accuracy of quantitative <sup>177</sup>Lu SPECT/CT imaging: A systematic review.

Medical physics·2026
Same journal

Physics-constrained dual-domain network for CBCT reconstruction from orthogonal X-rays in gynecologic radiotherapy.

Medical physics·2026
Same journal

Decomposition-based harmonization for quantitative PET imaging across scanners and radiotracers.

Medical physics·2026
Same journal

Development and evaluation of an in vivo dose-based monitoring system for electron FLASH radiation therapy.

Medical physics·2026
See all related articles

This guide explains essential information for programmers to extract image and acquisition parameters from Digital Imaging and Communications in Medicine (DICOM) v3.0 files. Understanding key DICOM standard components is crucial for custom medical image processing applications.

Area of Science:

  • Medical Imaging Informatics
  • Computer Science Applications in Medicine

Background:

  • Digital Imaging and Communications in Medicine (DICOM) v3.0 is the standard for medical image exchange.
  • Viewing DICOM files typically requires minimal understanding of the standard.
  • Processing DICOM data programmatically necessitates specific knowledge of its structure.

Purpose of the Study:

  • To provide an overview of essential information for developing custom programs to process DICOM files.
  • To guide users in extracting image and acquisition parameters from DICOM data.
  • To facilitate the creation of user-generated programs for DICOM file analysis.

Main Methods:

  • Review of the DICOM v3.0 standard focusing on file structure and data elements.
  • Identification of key information required for image and parameter extraction.

Related Experiment Videos

  • Explanation of concepts relevant to programmatic DICOM data handling.
  • Main Results:

    • A structured overview of necessary DICOM v3.0 components for programmatic access.
    • Guidance on identifying and extracting critical image data.
    • Information on accessing vital acquisition parameters embedded within DICOM files.

    Conclusions:

    • Programmatic extraction of DICOM image and acquisition parameters is feasible with targeted knowledge.
    • This paper serves as a foundational resource for developers working with DICOM data.
    • Understanding specific DICOM elements simplifies the development of custom medical imaging software.