←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
Java
WinRT C#
C++
public DicomIod Find( 
   DicomIod iod, 
   long code, 
   DicomIodType type, 
   bool tree 
) 
Public Overloads Function Find( _ 
   ByVal iod As Leadtools.Dicom.DicomIod, _ 
   ByVal code As Long, _ 
   ByVal type As Leadtools.Dicom.DicomIodType, _ 
   ByVal tree As Boolean _ 
) As Leadtools.Dicom.DicomIod 
public DicomIod Find(DicomIod iod, int code, DicomIodType type, boolean tree) 
 function Leadtools.Dicom.DicomIodTable.Find(DicomIod,Int64,DicomIodType,Boolean)(  
   iod , 
   code , 
   type , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly