[58c332]: / RadETL / man / DICOMHeaderList.Rd

Download this file

23 lines (21 with data), 601 Bytes

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