Search Results for

    Show / Hide Table of Contents

    Delegate DicomClientNEventReportRequestHandler

    Delegate for client handling the N-EVENT-REPORT-RQ request immediately.

    Namespace: Dicom.Network.Client
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate Task<DicomNEventReportResponse> DicomClientNEventReportRequestHandler(DicomNEventReportRequest request);
    Parameters
    Type Name Description
    DicomNEventReportRequest request

    N-EVENT-REPORT-RQ request subject to handling.

    Returns
    Type Description
    Task<DicomNEventReportResponse>

    Response from handling the N-EVENT-REPORT-RQ request.

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