findDicomFiles

버전 1.2.0.0 (1.9 KB) 작성자: Henric Rydén
Finds DICOM files in specified folder and subfolders
다운로드 수: 237
업데이트 날짜: 2013/12/18

라이선스 보기

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'

인용 양식

Henric Rydén (2024). findDicomFiles (https://www.mathworks.com/matlabcentral/fileexchange/44741-finddicomfiles), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Improved description

1.0.0.0