Search Results for

    Show / Hide Table of Contents

    Interface IAsyncDicomCGetProvider

    Interface for methods related to a C-GET SCP.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAsyncDicomCGetProvider

    Methods

    OnCGetRequestAsync(DicomCGetRequest)

    Generate collection of DicomCGetResponse from a DicomCGetRequest.

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

    C-GET request.

    Returns
    Type Description
    Task<IEnumerable<Task<DicomCGetResponse>>>

    Collection of C-GET responses resulting from the request.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors