Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IDicomCFindProvider

    Interface representing event handlers for DIMSE services applicable to C-FIND SOP instances.

    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public interface IDicomCFindProvider

    Methods

    OnCFindRequestAsync(DicomCFindRequest)

    Handler of C-FIND request.

    Declaration
    IAsyncEnumerable<DicomCFindResponse> OnCFindRequestAsync(DicomCFindRequest request)
    Parameters
    Type Name Description
    DicomCFindRequest request

    C-FIND request subject to handling.

    Returns
    Type Description
    System.Collections.Generic.IAsyncEnumerable<DicomCFindResponse>

    Collection of C-FIND responses based on request.

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors