Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    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 request.

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors