Delegate DicomNCreateRequest.ResponseDelegate
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Delegate representing a N-CREATE RSP received event handler.
public delegate void DicomNCreateRequest.ResponseDelegate(DicomNCreateRequest request, DicomNCreateResponse response)
Parameters
request
DicomNCreateRequestN-CREATE RQ.
response
DicomNCreateResponseN-CREATE RSP.
- Extension Methods