←Select platform

GetChild Method

Summary

Returns the item in the IOD Structure that contains the first child of the specified item.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomIod GetChild( 
   DicomIod iod 
) 
Public Function GetChild( _ 
   ByVal iod As Leadtools.Dicom.DicomIod _ 
) As Leadtools.Dicom.DicomIod 
public DicomIod getChild(DicomIod iod) 
 function Leadtools.Dicom.DicomIodTable.GetChild(  
   iod  
) 

Parameters

iod
an item in the IOD Structure.

Return Value

DicomIod that contains the item in the IOD Structure that is the first child of the item specified in the IOD.

Remarks
  • This method requires that the IOD Structure is evaluated as a tree structure.
  • The child is the offspring one level lower than the specified item. If the specified item has no child items, this method will return null. For example
If the passed class is : The method returns:
Item 1 null
Item 2 Item 3
Item 4 Item 5
Item 6 null
The following methods will also help you navigate the IOD Structure: - GetFirst - GetLast - GetNext - GetRoot - GetParent
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