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