VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / DicomPageMetadata Class / FindChildNode Methods / FindChildNode(UInt16,UInt16) Method
Syntax Requirements SeeAlso
    FindChildNode(UInt16,UInt16) Method (DicomPageMetadata)
    Finds the DicomDataElementMetadata node.
    Syntax
    'Declaration
    
    Public Overloads Overridable Function FindChildNode( _
    ByVal groupNumber
    The DICOM group number.
    As UShort, _
    ByVal elementNumber
    The DICOM element number.
    As UShort _
    ) As DicomDataElementMetadata
     

    Parameters

    groupNumber
    The DICOM group number.
    elementNumber
    The DICOM element number.

    Return Value

    The DicomDataElementMetadata node if node is found; otherwise, null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also