Search Results for

    Show / Hide Table of Contents

    Delegate DicomCMoveRequest.ResponseDelegate

    Delegate representing a C-MOVE RSP received event handler.

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ResponseDelegate(DicomCMoveRequest request, DicomCMoveResponse response);
    Parameters
    Type Name Description
    DicomCMoveRequest request

    C-MOVE RQ.

    DicomCMoveResponse response

    C-MOVE RSP.

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