7 #ifndef __FWGDCMIO_HELPER_SOPCLASS_HPP__ 8 #define __FWGDCMIO_HELPER_SOPCLASS_HPP__ 10 #include "fwGdcmIO/config.hpp" 12 #include <fwCore/base.hpp> 35 FWGDCMIO_API
static std::string getSOPClassName(
const std::string& SOPClassUID);
45 FWGDCMIO_API
static bool isHazardousSOPClass(
const std::string& SOPClassUID);
50 typedef std::pair< std::string, bool > SOPClassNameAndHazardousnessPairType;
55 typedef std::map< std::string, SOPClassNameAndHazardousnessPairType > SOPClassContainerType;
56 static const SOPClassContainerType s_SOP_CLASS_LIST;
64 #endif // __FWGDCMIO_HELPER_SOPCLASS_HPP__
The namespace fwGdcmIO contains reader, writer and helper for dicom data.