VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFrame Class / FindDataElement Methods / FindDataElement(UInt16,UInt16,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    FindDataElement(UInt16,UInt16,Boolean) Method (DicomFrame)
    In This Topic
    Finds the specified DicomDataElement in the data element collection of DICOM frame.
    Syntax
    'Declaration
    
    Public Overloads Function FindDataElement( _
    ByVal dataElementIdGroupNumber
    The group number of data element.
    As UShort, _
    ByVal dataElementIdElementNumber
    The element number of data element.
    As UShort, _
    ByVal searchInSequences
    A value indicating whether the data element must be searched in nested sequences.
    As Boolean _
    ) As DicomDataElement

    Parameters

    dataElementIdGroupNumber
    The group number of data element.
    dataElementIdElementNumber
    The element number of data element.
    searchInSequences
    A value indicating whether the data element must be searched in nested sequences.

    Return Value

    DicomDataElement object if DicomDataElement was found successfully, null otherwise.
    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