Returns a DICOM Unique Identifier (UID) with a specified organization root.
public static string GenerateDicomUniqueIdentifier(
string uidOrgRoot
)
public:
static String^ GenerateDicomUniqueIdentifier(
String^ uidOrgRoot
)
uidOrgRoot
A numeric string representing an organization root.
A DICOM Unique Identifier (UID) with a specified organization root.
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 specified by uidOrgRoot.
To generate a UID with the LEAD Technologies, Inc. organization root, use the GenerateDicomUniqueIdentifier 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