Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkDICOMIOHelper.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 mitkDICOMIOHelper_h
14 #define mitkDICOMIOHelper_h
15 
18 
19 #include <MitkDICOMExports.h>
20 
21 namespace mitk
22 {
23  class BaseData;
24 
25  namespace DICOMIOHelper
26  {
27  using FindingsListVectorType = std::vector<DICOMDatasetAccess::FindingsListType>;
28 
30 
33 
35  }
36 }
37 
38 #endif
#define MITKDICOM_EXPORT
Base of all data objects.
Definition: mitkBaseData.h:44
Interface of DICOM tags of interest service.
MITKDICOM_EXPORT void SetProperties(BaseData *image, const FindingsListVectorType &findings)
MITKDICOM_EXPORT IDICOMTagsOfInterest * GetTagsOfInterestService()
std::vector< DICOMDatasetAccess::FindingsListType > FindingsListVectorType
MITKDICOM_EXPORT FindingsListVectorType ExtractPathsOfInterest(const DICOMTagPathList &pathsOfInterest, const DICOMDatasetAccessingImageFrameList &frames)
Find image slices visible on a given plane.
std::vector< DICOMDatasetAccessingImageFrameInfo::Pointer > DICOMDatasetAccessingImageFrameList
std::vector< DICOMTagPath > DICOMTagPathList