fw4spl
fwGdcmIO::helper::SOPClass Class Reference

SOPClass tools. More...

#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...
 

Detailed Description

SOPClass tools.

Definition at line 25 of file SOPClass.hpp.

Member Function Documentation

std::string fwGdcmIO::helper::SOPClass::getSOPClassName ( const std::string &  SOPClassUID)
static

Returns SOP Class Name.

Parameters
SOPClassUIDSOP Class UID
Returns
SOP Class Name according to UID
Note
If the UID is not registered, the function returns the UID

Definition at line 445 of file SOPClass.cpp.

Referenced by fwGdcmIO::reader::SeriesDB::isDicomDirAvailable().

+ Here is the caller graph for this function:

bool fwGdcmIO::helper::SOPClass::isHazardousSOPClass ( const std::string &  SOPClassUID)
static

Returns weither the SOP Class is hazardous or not.

Parameters
SOPClassUIDSOP Class UID
Returns
True if the SOP Class is hazardous
Note
A hazardous SOP class may contain patient's information even after the anonymization process (like pictures, pdf report, etc.)
If the UID is not registered, the function returns true

Definition at line 453 of file SOPClass.cpp.


The documentation for this class was generated from the following files: