13 #ifndef mitkDICOMTagCache_h
14 #define mitkDICOMTagCache_h
16 #include "itkObjectFactory.h"
Describes a frame within a DICOM file.
virtual void SetInputFiles(const StringList &filenames)
Define the list of files that were scanned to populate the cache.
std::list< DICOMDatasetFinding > FindingsListType
mitkClassMacroItkParent(DICOMTagCache, itk::Object)
virtual FindingsListType GetTagValue(DICOMImageFrameInfo *frame, const DICOMTagPath &path) const =0
virtual DICOMDatasetFinding GetTagValue(DICOMImageFrameInfo *frame, const DICOMTag &tag) const =0
virtual DICOMDatasetAccessingImageFrameList GetFrameInfoList() const =0
Retrieve a result list for file-by-file tag access.
DICOMTagCache(const DICOMTagCache &)
~DICOMTagCache() override
StringList m_InputFilenames
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag,...
Representation of a DICOM tag.
Find image slices visible on a given plane.
std::vector< std::string > StringList
std::vector< DICOMDatasetAccessingImageFrameInfo::Pointer > DICOMDatasetAccessingImageFrameList