dicom.table {DICOM}R Documentation

Construct Data Frame from DICOM Headers

Description

A data frame is created given the valid DICOM fields provided by the user.

Usage

dicom.table(hdrs, fields, numeric=rep(TRUE,length(fields)))

Arguments

hdrs List object of DICOM headers.
fields Vector of character strings; i.e., valid DICOM field names.
numeric Logical vector; each field is converted to numeric when TRUE.

Details

The function extract.hdr is called for each DICOM field and the resulting vectors are rearranged into a convenient matrix.

Value

Data frame where the rows correspond to images and the columns to DICOM fields.

Author(s)

B. Whitcher

References

Digital Imaging and Communications in Medicine (DICOM) http://medical.nema.org

See Also

extract.hdr


[Package DICOM version 0.12 Index]