←Select platform

GenerateDicomUniqueIdentifier(string) Method

Summary

Returns a DICOM Unique Identifier (UID) with a specified organization root.

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

Parameters

uidOrgRoot

A numeric string representing an organization root.

Return Value

A DICOM Unique Identifier (UID) with a specified organization root.

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 specified by uidOrgRoot.

  • 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 the LEAD Technologies, Inc. organization root, use the GenerateDicomUniqueIdentifier 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.