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