←Select platform

Find(DicomIod,DicomClassType,DicomIodType,bool) Method

Summary

Returns the item in the IOD Structure that contains the IOD with the specified code and type.

Syntax
C#
VB
C++
Java
Public Overloads Function Find( _ 
   ByVal iod As DicomIod, _ 
   ByVal code As DicomClassType, _ 
   ByVal type As DicomIodType, _ 
   ByVal tree As Boolean _ 
) As DicomIod 
public DicomIod Find(DicomIod iod, DicomClassType code, DicomIodType type, boolean tree) 

Parameters

iod
An item in the IOD Structure. The item in the IOD Structure that contains the IOD with the specified code and type will be returned.

code
Code value that specifies the Class Information Object Definition.

type
The type of Information Object Definition you are working with.

tree
true to evaluate the IOD Structure as a tree, false to evaluate the IOD Structure as a list,

Return Value

A DicomIod class that contains the IOD with the specified code and type.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly