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