Table of Contents

Delegate DicomCGetRequest.ResponseDelegate

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Represents a callback method to be executed when the response for the DIMSE C-GET request is received.

public delegate void DicomCGetRequest.ResponseDelegate(DicomCGetRequest request, DicomCGetResponse response)

Parameters

request DicomCGetRequest

Sent DIMSE C-GET request.

response DicomCGetResponse

Received DIMSE C-GET response.

Extension Methods