VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFrame Class / FindDataElement Methods / FindDataElement(DicomDataElementId,DicomDataElementId,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    FindDataElement(DicomDataElementId,DicomDataElementId,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 functionalGroupId
    The functional group element identifier.
    As DicomDataElementId, _
    ByVal dataElementId
    The data element identifier.
    As DicomDataElementId, _
    ByVal searchInSequences
    A value indicating whether the data element must be searched in nested sequences.
    As Boolean _
    ) As DicomDataElement

    Parameters

    functionalGroupId
    The functional group element identifier.
    dataElementId
    The data element identifier.
    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