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