Table of Contents

Delegate DicomCStoreRequest.ResponseDelegate

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

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

public delegate void DicomCStoreRequest.ResponseDelegate(DicomCStoreRequest request, DicomCStoreResponse response)

Parameters

request DicomCStoreRequest

Sent DICOM C-Store request

response DicomCStoreResponse

Received DICOM C-Store response

Extension Methods