C#
VB
C++
Java
Returns the item in the IOD Structure that contains the IOD with the specified code and type.
Public Overloads Function Find( _
ByVal iod As DicomIod, _
ByVal code As Long, _
ByVal type As DicomIodType, _
ByVal tree As Boolean _
) As DicomIod
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,
A DicomIod class that contains the IOD with the specified code and type.