14#ifndef GDCMUIDGENERATOR_H
15#define GDCMUIDGENERATOR_H
76 static const char GDCM_UID[];
77 static std::string Root;
78 static std::string EncodedHardwareAddress;
Class for generating unique UID.
Definition gdcmUIDGenerator.h:28
static void SetRoot(const char *root)
static const char * GetGDCMUID()
Return the default (GDCM) root UID:
static bool GenerateUUID(unsigned char *uuid_data)
static bool IsValid(const char *uid)
UIDGenerator()
By default the root of a UID is a GDCM Root...
Definition gdcmUIDGenerator.h:31
static const char * GetRoot()
#define GDCM_EXPORT
Definition gdcmWin32.h:34