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 |