FindIOD method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindIOD ( long lCode, short nType, BOOL bTree);

Overview

Refer to Working with Information Object Definitions.

Remarks

Updates the CurrentIOD property to the item in the IOD Structure that contains the IOD with the specified code and type. The result depends on whether the IOD Structure is evaluated as a tree or a list.

Searching begins with the item specified in the CurrentIOD property at the time this method is called.

The lCode and nType parameters must correspond. For example, if you specify DICOM_IOD_TYPE_CLASS in nType, you must specify a value from the IOD Class Constants in lCode. If you specify some other value, the item will not be found in the IOD Structure.

See Also

Elements:

FindClassIOD method, FindModuleIOD method

Topics:

Information Object Definitions: Searching the IOD Table