Diff of /RadETL/man/DicomPath.Rd [000000] .. [58c332]

Switch to unified view

a b/RadETL/man/DicomPath.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/DicomPath_ImageTable.R
3
\name{dicomPath}
4
\alias{dicomPath}
5
\title{'DicomPath'}
6
\usage{
7
dicomPath(DICOMList)
8
}
9
\arguments{
10
\item{DICOMList}{you can put it like this and then run the function : DICOMList<-DICOMHeaderList(DICOMFolderPath)}
11
}
12
\value{
13
A list indicating path of each DICOM files
14
}
15
\description{
16
DicomPath function indicates path of each DICOM files
17
}
18
\examples{
19
DICOMList<-DICOMHeaderList(DICOMFolderPath)
20
lapply(DICOMList)
21
}