Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate DicomClientNEventReportRequestHandler

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

    Namespace: FellowOakDicom.Network.Client
    Assembly: fo-dicom.core.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
    System.Threading.Tasks.Task<DicomNEventReportResponse>

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

    Extension Methods

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