InsertUID method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall InsertUID(System::AnsiString sCode, System::AnsiString sName);

Delphi Syntax

function InsertUID(sCode, sName: String): Integer;

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

Functions:

DeleteUID method, ResetUID method, DefaultUID method