Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IDicomCGetProvider

    Interface for methods related to a C-GET SCP.

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

    Methods

    OnCGetRequestAsync(DicomCGetRequest)

    Generate collection of C-GET responses from a C-GET request.

    Declaration
    IAsyncEnumerable<DicomCGetResponse> OnCGetRequestAsync(DicomCGetRequest request)
    Parameters
    Type Name Description
    DicomCGetRequest request

    C-GET request.

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

    Collection of C-GET responses resulting from the request.

    Extension Methods

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