Returns a DICOM Unique Identifier (UID).
public static string GenerateDicomUniqueIdentifier()
public:
static String^ GenerateDicomUniqueIdentifier()
A DICOM Unique Identifier (UID).
A DICOM UID is a character string containing a UID that is used to uniquely identify a wide variety of items. The UID is a series of numeric components separated by the period "." character.
No two calls to the GenerateDicomUniqueIdentifier method will return the same UID.
The GenerateDicomUniqueIdentifier will always start with the string "1.2.840.114257.1.1", where:
To generate a UID with a different organization root, use the GenerateDicomUniqueIdentifier(string) method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document