Delegate DicomNEventReportRequest.ResponseDelegate
Delegate representing a N-EVENTREPORT RSP received event handler.
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public delegate void ResponseDelegate(DicomNEventReportRequest request, DicomNEventReportResponse response);
Parameters
Type | Name | Description |
---|---|---|
DicomNEventReportRequest | request | N-EVENTREPORT RQ. |
DicomNEventReportResponse | response | N-EVENTREPORT RSP. |