Table of Contents

Interface IDicomCGetProvider

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Interface for methods related to a C-GET SCP.

public interface IDicomCGetProvider
Extension Methods

Methods

OnCGetRequestAsync(DicomCGetRequest)

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

IAsyncEnumerable<DicomCGetResponse> OnCGetRequestAsync(DicomCGetRequest request)

Parameters

request DicomCGetRequest

C-GET request.

Returns

IAsyncEnumerable<DicomCGetResponse>

Collection of C-GET responses resulting from the request.