| nextHeader | R Documentation | 
A function designed to break out of loops given information (or the
lack thereof) contained in the DICOM header.
nextHeader(
  dcm,
  string,
  reference,
  str.warning,
  htmlfile = NULL,
  heading = 3,
  numeric = FALSE
)
| 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 =
 | 
| heading | is the HTML tag <H?> (default =  | 
| numeric | is the argument to be passed to  | 
An expression to be evaluated and HTML content.
Brandon Whitcher bwhitcher@gmail.com
Digital Imaging and Communications in Medicine (DICOM)
https://www.dicomstandard.org
extractHeader, matchHeader
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.