Search Results for

    Show / Hide Table of Contents

    Delegate DicomNEventReportRequest.ResponseDelegate

    Delegate representing a N-EVENTREPORT RSP received event handler.

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

    N-EVENTREPORT RQ.

    DicomNEventReportResponse response

    N-EVENTREPORT RSP.

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