Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
Find(DicomIod,DicomModuleType,DicomIodType,Boolean) Method
See Also 
Leadtools.Dicom Namespace > DicomIodTable Class > Find Method : Find(DicomIod,DicomModuleType,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 Tag 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 DicomModuleType, _
   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 DicomModuleType
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,
   DicomModuleType code,
   DicomIodType type,
   bool tree
)
Managed Extensions for C++ 
public: DicomIod* Find( 
   DicomIod* iod,
   DicomModuleType code,
   DicomIodType type,
   bool tree
) 
C++/CLI 
public:
DicomIod^ Find( 
   DicomIod^ iod,
   DicomModuleType 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 Tag 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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