Switch to unified view

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