Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nextHeader

Check String Against DICOM Header Field to Produce Error Message or NEXT


Description

A function designed to break out of loops given information (or the lack thereof) contained in the DICOM header.

Usage

nextHeader(dcm, string, reference, str.warning, htmlfile = NULL,
  heading = 3, numeric = FALSE)

Arguments

dcm

is the DICOM list structure.

string

is a character string to be matched with the DICOM header.

reference

is the scalar/vector of character strings to check against the DICOM header output.

str.warning

is a text string for the warning.

htmlfile

is the hwriter object for the HTML file (default = NULL.

heading

is the HTML tag <H?> (default = 3).

numeric

is the argument to be passed to matchHeader.

Value

An expression to be evaluated and HTML content.

Author(s)

Brandon Whitcher bwhitcher@gmail.com

References

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

See Also


oro.dicom

Rigorous - DICOM Input / Output

v0.5.3
BSD_3_clause + file LICENSE
Authors
Brandon Whitcher [aut, cre]
Initial release
2019-10-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.