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;
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag...
DataCollection - Class to facilitate loading/accessing structured data.
std::map< DICOMTagPath, std::string > DICOMTagPathMapType