DeleteUID method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short DeleteUID ();

Overview

Refer to Working with Unique Identifiers.

Remarks

Deletes the item specified by the CurrentUID property from the UID Table. Sets the CurrentUID property to the previous item in the table.

You can remove all items from the table using the ResetUID method.

See Also

Elements:

ResetUID method, MoveFirstUID method, MoveLastUID method, MovePrevUID method, MoveNextUID method, FindUID method, FindIndexUID method, InsertUID method

Topics:

Unique Identifiers: Inserting and Deleting UIDs