dicomCollection
Gather details about related series of DICOM files
Syntax
Description
gathers details about the DICOM files contained in collection
= dicomCollection(directory
)directory
and returns the file details in the table collection
. The
dicomCollection
function aggregates details by DICOM
series, using the value of the SeriesInstanceUID
metadata field
in each file to determine series membership. A DICOM series is a logically related
set of images from an imaging operation.
recursively searches for DICOM files below collection
= dicomCollection(directory
,"IncludeSubfolders",tf
)directory
when
tf
is true
(the default). When
tf
is false
,
dicomCollection
searches only within
directory
.
gathers details about the DICOM files referenced in the DICOM directory file
collection
= dicomCollection(DICOMDIR
)DICOMDIR
. A DICOM directory file (DICOMDIR) is a special
DICOM file that serves as a directory to a collection of DICOM files stored on
removable media, such as CD- or DVD-ROMs.