←Select platform

Find(DicomIod,long,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 DicomIod Find( 
   DicomIod iod, 
   long code, 
   DicomIodType type, 
   bool tree 
) 
Public Overloads Function Find( _ 
   ByVal iod As DicomIod, _ 
   ByVal code As Long, _ 
   ByVal type As DicomIodType, _ 
   ByVal tree As Boolean _ 
) As DicomIod 
public DicomIod Find(DicomIod iod, int code, DicomIodType type, boolean tree) 
public: 
DicomIod^ Find(  
   DicomIod^ iod, 
   int64 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

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.