View source: R/read_dicom_header.R
read_dicom_header | R Documentation |
Reads in the DICOM header from a file
read_dicom_header(
file = "*.dcm",
replace_names = FALSE,
add_opts = "",
recursive = FALSE,
path = ".",
fail_on_nonzero_exit = FALSE,
...
)
read_single_dicom_header(
file = "",
replace_names = FALSE,
add_opts = "",
fail_on_nonzero_exit = FALSE,
...
)
dcmhd(...)
file |
DICOM input file or directory. If |
replace_names |
logical indicating if unknown tag names should be
inferred from |
add_opts |
additional options to pass to |
recursive |
logical indicating if the |
path |
if |
fail_on_nonzero_exit |
should a non-zero exit status on 'dcmdump' cause an error ('TRUE') or a warning ('FALSE')? |
... |
passed to |
Character vector of header information
file = system.file("extdata", "example.dcm", package = "dcmtk")
read_dicom_header(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.