GenerateDicomUniqueIdentifier(string) Method (original) (raw)

Summary

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

Syntax

public static string GenerateDicomUniqueIdentifier( string _uidOrgRoot_ )

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.

To generate a UID with the LEAD Technologies, Inc. organization root, use the GenerateDicomUniqueIdentifier method.

Leadtools.Dicom.Common Assembly

LEAD Technologies, Inc.

Help Version 22.0.2023.1.30

References ▼