FindIOD method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindIOD(Cardinal uCode, Byte nType, bool bTree);

Delphi Syntax

function FindIOD(uCode: Cardinal; nType: Byte; bTree: Boolean): Integer;

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 uCode 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 uCode. If you specify some other value, the item will not be found in the IOD Structure.

See Also

Elements:

FindClassIOD method, FindModuleIOD method