Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkDICOMGenericTagCache.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef mitkDICOMGenericTagCache_h
18 #define mitkDICOMGenericTagCache_h
19 
20 #include "mitkDICOMTagCache.h"
22 
23 namespace mitk
24 {
25 
31  {
32  public:
33 
35  itkFactorylessNewMacro( DICOMGenericTagCache );
36  itkCloneMacro(Self);
37 
38  virtual DICOMDatasetFinding GetTagValue(DICOMImageFrameInfo* frame, const DICOMTag& tag) const override;
39 
40  virtual FindingsListType GetTagValue(DICOMImageFrameInfo* frame, const DICOMTagPath& path) const override;
41 
42  virtual DICOMDatasetAccessingImageFrameList GetFrameInfoList() const override;
43 
44  void AddFrameInfo(DICOMDatasetAccessingImageFrameInfo* info);
45  void Reset();
46 
47  protected:
48 
50  virtual ~DICOMGenericTagCache();
51 
53 
54  private:
56  };
57 }
58 
59 #endif
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag...
Generic tag cache implementation.
Representation of a DICOM tag.
Definition: mitkDICOMTag.h:37
#define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
static void info(const char *fmt,...)
Definition: svm.cpp:100
Describes a frame within a DICOM file.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Defines an abstract base class for DICOM image frame infos with data access.
std::vector< DICOMDatasetAccessingImageFrameInfo::Pointer > DICOMDatasetAccessingImageFrameList
DICOMDatasetAccessingImageFrameList m_ScanResult
std::list< DICOMDatasetFinding > FindingsListType