InsertUID method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short InsertUID (BSTR pszCode, BSTR pszName , long nType);

Overview

Refer to Working with Unique Identifiers.

Remarks

Inserts a new item in the UID Table. If successful, it sets the CurrentUID property to the new item.

Note: Inserted UID items will work within LEADTOOLS, however, in order for new UID values to work across countries, sites, equipment, etc. you must contact the National Electrical Manufacturers Association.

All items are inserted at the bottom of the table.

To see the default values for the UID Table, refer to the UID Table.

For more information on the DICOM file format, refer to An Overview of Dicom or the DICOM Spec.

See Also

Elements:

DeleteUID method, ResetUID method, DefaultUID method

Topics:

Unique Identifiers: Inserting and Deleting UIDs