findDicomFiles

Finds DICOM files in specified folder and subfolders
238 Downloads
Aktualisiert 18. Dez 2013

Lizenz anzeigen

filelist = findDicomFiles(PATH, SEARCHSUBFOLDER)

Searches the specified path for DICOM files. Filename extension is not used, a file is considered a DICOM file if byte 128-131 equals DICM. Output is a cell array that contains the full path to each file. Searches subfolders by default.

PATH - Directory to search (string).
SEARCHSUBFOLDER - Optional, determines if subfolders are searched (true/false) default is true.

Example:
FINDDICOMFILES('C:\MedData\')
ans =

'C:\MedData\BoringKneeImage.IMA'
'C:\MedData\NewData\aSliceOfMyBrain.DCM'

Zitieren als

Henric Rydén (2025). findDicomFiles (https://de.mathworks.com/matlabcentral/fileexchange/44741-finddicomfiles), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2013b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu DICOM Format finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Improved description

1.0.0.0