Switch to unified view

a b/RadETL/man/radiologyDirpath.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/radiologyDirpath_OccurrenceTable.R
3
\name{radiologyDirpath}
4
\alias{radiologyDirpath}
5
\title{'radiologyDirpath'}
6
\usage{
7
radiologyDirpath(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 dataframe indicating path which includes a single occurrence
14
}
15
\description{
16
radiologyDirpath function indicates path which includes a single occurrence
17
}
18
\examples{
19
DICOMList<-DICOMHeaderList(DICOMFolderPath)
20
radiologyDirpath(DICOMList)
21
}