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