Switch to unified view

a b/RadETL/man/radiologyPhaseConceptId.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/radiologyPhaseConceptId_ImageTable.R
3
\name{radiologyPhaseConceptId}
4
\alias{radiologyPhaseConceptId}
5
\title{'radiologyPhaseConceptId'}
6
\usage{
7
radiologyPhaseConceptId(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 containing phase of each DICOM image
14
}
15
\description{
16
radiologyPhaseConceptId function will represent phase of each image
17
}
18
\examples{
19
DICOMList<-DICOMHeaderList(DICOMFolderPath)
20
radiologyPhaseConceptId(DICOMList)
21
}