Delegate DicomNEventReportRequest.ResponseDelegate
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Delegate representing a N-EVENTREPORT RSP received event handler.
public delegate void DicomNEventReportRequest.ResponseDelegate(DicomNEventReportRequest request, DicomNEventReportResponse response)
Parameters
request
DicomNEventReportRequestN-EVENTREPORT RQ.
response
DicomNEventReportResponseN-EVENTREPORT RSP.
- Extension Methods