Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkDICOMFilesHelper.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkDICOMFilesHelper_h
14 #define mitkDICOMFilesHelper_h
15 
16 #include <string>
17 #include <vector>
18 
19 #include <MitkDICOMExports.h>
20 
21 namespace mitk {
22 
23 typedef std::vector<std::string> DICOMFilePathList;
24 
29 DICOMFilePathList GetDICOMFilesInSameDirectory(const std::string& filePath);
30 
35 
38 DICOMFilePathList FilterDICOMFilesForSameSeries(const std::string& refFilePath, const DICOMFilePathList& fileList);
39 }
40 
41 #endif
mitk::GetDICOMFilesInSameDirectory
DICOMFilePathList GetDICOMFilesInSameDirectory(const std::string &filePath)
MitkDICOMExports.h
mitk::DICOMFilePathList
std::vector< std::string > DICOMFilePathList
Definition: mitkDICOMFilesHelper.h:23
mitk::FilterForDICOMFiles
DICOMFilePathList FilterForDICOMFiles(const DICOMFilePathList &fileList)
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition: RenderingTests.dox:1
mitk::FilterDICOMFilesForSameSeries
DICOMFilePathList FilterDICOMFilesForSameSeries(const std::string &refFilePath, const DICOMFilePathList &fileList)