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

Switch to unified view

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