Description Usage Arguments Details Value Author(s) References See Also Examples
A particular DICOM field is extracted for a collection of DICOM headers.
1 2 |
hdrs |
List object of DICOM headers. |
string |
DICOM field name. |
numeric |
Logical; values are converted to numbers when
|
names |
Logical; file names are kept with elements of the vector. |
inSequence |
Logical; whether or not to look into SequenceItem elements. |
The DICOM field is extracted from each DICOM header and placed into a vector.
Vector of values from the requested DICOM field.
Brandon Whitcher bjw34032@users.sourceforge.net
Digital Imaging and Communications in Medicine (DICOM)
http://medical.nema.org
1 2 3 4 | x <- readDICOMFile(system.file("dcm/Abdo.dcm", package="oro.dicom"))
(seriesDescription <- extractHeader(x$hdr, "SeriesDescription",
numeric=FALSE))
(IOP <- extractHeader(x$hdr, "ImageOrientationPatient", numeric=FALSE))
|
oro.dicom 0.5.3
[1] "Liver SpleeT2W UTSE RC$ COR TSE 2000 100 90"
[1] "1.000000 0.000000 0.000000 0.000000 0.000000 -1.000000"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.