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 |