GenerateDicomUniqueIdentifier() Method (original) (raw)

Summary

Returns a DICOM Unique Identifier (UID).

Syntax

public static string GenerateDicomUniqueIdentifier() 

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:

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

Leadtools.Dicom.Common Assembly

LEAD Technologies, Inc.

Help Version 22.0.2023.1.30

References ▼