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.
- 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.
Leadtools.Dicom.Common Assembly
Help Version 22.0.2023.1.30
References ▼