←Select platform

GenerateDicomUniqueIdentifier() Method

Summary

Returns a DICOM Unique Identifier (UID).

Syntax
C#
VB
C++
public static string GenerateDicomUniqueIdentifier() 
Public Shared Function GenerateDicomUniqueIdentifier() As String 
public:  
   static String^ GenerateDicomUniqueIdentifier() 

Return Value

A DICOM Unique Identifier (UID).

Remarks

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:

  • 1 identifies ISO.
  • 2 identifies the ISO member body branch.
  • 840 identifies the country code of a specific ISO member body (U.S. for ANSI).
  • 114257 identifies the LEAD Technologies, Inc. organization root as registered by the ISO member body ANSI.

To generate a UID with a different organization root, use the GenerateDicomUniqueIdentifier(string) method.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.