|
a |
|
b/RadETL/man/DICOMHeaderList.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/DICOMHeaderList.R |
|
|
3 |
\name{DICOMHeaderList} |
|
|
4 |
\alias{DICOMHeaderList} |
|
|
5 |
\title{'DICOMHeaderList'} |
|
|
6 |
\usage{ |
|
|
7 |
DICOMHeaderList(DICOMFolderPath, core = 4) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{DICOMFolderPath}{function will read all of the DICOM files under this pathway} |
|
|
11 |
|
|
|
12 |
\item{core}{you can set CPU core in order to make the computing process fast} |
|
|
13 |
} |
|
|
14 |
\value{ |
|
|
15 |
A list containing metadata of DICOM |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
DICOMHeaderList function will read metadata of all DICOM files under DICOMFolderPath |
|
|
19 |
} |
|
|
20 |
\examples{ |
|
|
21 |
DICOMHeaderList(DICOMFolderPath, core=4) |
|
|
22 |
} |