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.
gathers details about the DICOM files with the specified filenames,
collection = dicomCollection(filenames)filenames.
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.
specifies one or more optional name-value arguments.collection = dicomCollection(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2017bSee Also
Apps
Functions
Objects
dicomFile(Medical Imaging Toolbox) |medicalVolume(Medical Imaging Toolbox)