Search Results for

    Show / Hide Table of Contents

    Interface IAsyncDicomCMoveProvider

    Interface representing asynchronous event handlers for DIMSE services applicable to C-MOVE SOP instances.

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

    Methods

    OnCMoveRequestAsync(DicomCMoveRequest)

    Handler of C-MOVE request.

    Declaration
    Task<IEnumerable<Task<DicomCMoveResponse>>> OnCMoveRequestAsync(DicomCMoveRequest request)
    Parameters
    Type Name Description
    DicomCMoveRequest request

    C-MOVE request subject to handling.

    Returns
    Type Description
    Task<IEnumerable<Task<DicomCMoveResponse>>>

    Collection of C-MOVE responses based on request.

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