Table of Contents

Delegate DicomClientNEventReportRequestHandler

Namespace
FellowOakDicom.Network.Client
Assembly
fo-dicom.core.dll

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

public delegate Task<DicomNEventReportResponse> DicomClientNEventReportRequestHandler(DicomNEventReportRequest request)

Parameters

request DicomNEventReportRequest

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

Returns

Task<DicomNEventReportResponse>

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

Extension Methods