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
requestDicomNEventReportRequestN-EVENTREPORT RQ.
responseDicomNEventReportResponseN-EVENTREPORT RSP.
- Extension Methods