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