fw4spl
|
#include <SOPClass.hpp>
Static Public Member Functions | |
static FWGDCMIO_API std::string | getSOPClassName (const std::string &SOPClassUID) |
Returns SOP Class Name. More... | |
static FWGDCMIO_API bool | isHazardousSOPClass (const std::string &SOPClassUID) |
Returns weither the SOP Class is hazardous or not. More... | |
SOPClass tools.
Definition at line 25 of file SOPClass.hpp.
|
static |
Returns SOP Class Name.
SOPClassUID | SOP Class UID |
Definition at line 445 of file SOPClass.cpp.
Referenced by fwGdcmIO::reader::SeriesDB::isDicomDirAvailable().
|
static |
Returns weither the SOP Class is hazardous or not.
SOPClassUID | SOP Class UID |
Definition at line 453 of file SOPClass.cpp.