Search Results for

    Show / Hide Table of Contents

    Delegate DicomNGetRequest.ResponseDelegate

    Delegate representing a N-GET RSP received event handler.

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

    N-GET RQ.

    DicomNGetResponse response

    N-GET RSP.

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