Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetChild Method
See Also 
Leadtools.Dicom Namespace > DicomIodTable Class : GetChild Method



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

Syntax

Visual Basic (Declaration) 
Public Function GetChild( _
   ByVal iod As DicomIod _
) As DicomIod
Visual Basic (Usage)Copy Code
Dim instance As DicomIodTable
Dim iod As DicomIod
Dim value As DicomIod
 
value = instance.GetChild(iod)
C# 
public DicomIod GetChild( 
   DicomIod iod
)
C++/CLI 
public:
DicomIod^ GetChild( 
   DicomIod^ 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 iod.

Example

For an example, refer to DicomIodTable.Reset.

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:

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features