dcmdump: DICOM Dump

View source: R/dcmdump.R

dcmdumpR Documentation

DICOM Dump

Description

Wrapper of dcmdump from DCMTK

Usage

dcmdump(file, ...)

dcmdump_full(file, ...)

Arguments

file

DICOM file name

...

options passed to dcmtk_cmd, other than intern

Value

Character vector of information

Note

dcmdump_full uses the frontopts = "-q --print-all --load-short --print-filename" by default

Examples

if (have_dcmtk_cmd("dcmdump")) {
  file = system.file("extdata", "example.dcm", package = "dcmtk")
  dcmdump(file)
}

muschellij2/dcmtk documentation built on March 6, 2025, 12:07 a.m.