verifyHeader: Verify DICOM Header Information

Description Usage Arguments Details Value Author(s) See Also

View source: R/header.R

Description

Check specific DICOM header values against a user-specified list of fields and reference values.

Usage

1
verifyHeader(hdr, reference, nr = NULL, nc = 4, out.names = c("Field", "Value", "Reference Value", "Result"))

Arguments

hdr

is the DICOM header information in a list structure.

reference

is the path to a user-specified file containing the specific DICOM header fields and reference values. See below for instructions on the format of this file.

nr

is the number of rows of the data frame (default = NULL).

nc

is the number of columns of the data frame (default = 4).

out.names

are the column names of the output data frame (default provided).

Details

TBD.

Value

A data frame is produced where each row is a DICOM header field.

Author(s)

Brandon Whitcher bjw34032@gsk.com

See Also

qaqc


qaqc documentation built on May 2, 2019, 5:46 p.m.

Related to verifyHeader in qaqc...