Description Usage Arguments Value Author(s) References See Also Examples
A convenient wrapper function that utilizes internal functions to match character strings with the DICOM header information.
1 | matchHeader(hdr, string)
|
hdr |
is the result from extracting information from a DICOM
header field; e.g., using |
string |
is a character string to be matched with the DICOM header. |
A logical vector of length length(hdr)
.
Brandon Whitcher bjw34032@users.sourceforge.net
Digital Imaging and Communications in Medicine (DICOM)
http://medical.nema.org
1 2 3 | x <- readDICOMFile(system.file("dcm/Abdo.dcm", package="oro.dicom"))
modality <- extractHeader(x$hdr, "Modality", numeric=FALSE)
matchHeader(modality, "mr") # case insensitive by default
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.