dicom.table: Construct Data Frame from DICOM Headers

Description Usage Arguments Details Value Author(s) References See Also

Description

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

Usage

1
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


DICOM documentation built on May 2, 2019, 5:24 p.m.

Related to dicom.table in DICOM...