Interface IDicomCMoveProvider
Interface representing event handlers for DIMSE services applicable to C-MOVE SOP instances.
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public interface IDicomCMoveProvider
Methods
OnCMoveRequestAsync(DicomCMoveRequest)
Handler of C-MOVE request.
Declaration
IAsyncEnumerable<DicomCMoveResponse> OnCMoveRequestAsync(DicomCMoveRequest request)
Parameters
Type | Name | Description |
---|---|---|
DicomCMoveRequest | request | C-MOVE request subject to handling. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IAsyncEnumerable<DicomCMoveResponse> | Collection of C-MOVE responses based on |