Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDICOMTagsOfInterestService_h
14 #define mitkDICOMTagsOfInterestService_h
51 typedef std::set<DICOMTagPath> InternalTagSetType;
52 typedef std::lock_guard<std::mutex> MutexHolder;
54 InternalTagSetType m_Tags;
55 mutable std::mutex m_Lock;
DataCollection - Class to facilitate loading/accessing structured data.
std::map< DICOMTagPath, std::string > DICOMTagPathMapType
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag,...