Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Find(DicomIod,DicomClassType,DicomIodType,Boolean) Method
See Also 
Leadtools.Dicom Namespace > DicomIodTable Class > Find Method : Find(DicomIod,DicomClassType,DicomIodType,Boolean) Method



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,
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,
Returns the item in the IOD Structure that contains the IOD with the specified code and type.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Find( _
   ByVal iod As DicomIod, _
   ByVal code As DicomClassType, _
   ByVal type As DicomIodType, _
   ByVal tree As Boolean _
) As DicomIod
Visual Basic (Usage)Copy Code
Dim instance As DicomIodTable
Dim iod As DicomIod
Dim code As DicomClassType
Dim type As DicomIodType
Dim tree As Boolean
Dim value As DicomIod
 
value = instance.Find(iod, code, type, tree)
C# 
public DicomIod Find( 
   DicomIod iod,
   DicomClassType code,
   DicomIodType type,
   bool tree
)
C++/CLI 
public:
DicomIod^ Find( 
   DicomIod^ iod,
   DicomClassType code,
   DicomIodType type,
   bool 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 DicomIodTable.Reset.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features