Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef GDCMSOPCLASSUIDTOIOD_H
00016 #define GDCMSOPCLASSUIDTOIOD_H
00017
00018 #include "gdcmUIDs.h"
00019
00020 namespace gdcm
00021 {
00022
00028 class GDCM_EXPORT SOPClassUIDToIOD
00029 {
00030 public:
00033 static const char *GetIOD(UIDs const & uid);
00034
00036 static unsigned int GetNumberOfSOPClassToIOD();
00037
00038 typedef const char* const (SOPClassUIDToIODType)[2];
00039 static SOPClassUIDToIODType* GetSOPClassUIDToIODs();
00040
00041 static SOPClassUIDToIODType& GetSOPClassUIDToIOD(unsigned int i);
00042
00043 static const char *GetSOPClassUIDFromIOD(const char *iod);
00044 static const char *GetIODFromSOPClassUID(const char *sopclassuid);
00045 };
00046
00047 }
00048
00049 #endif //GDCMSOPCLASSUIDTOIOD_H