'Declaration
Public Delegate Sub ReceiveNActionResponseDelegate( _
ByVal As DicomRequest, _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As String, _
ByVal As DicomCommandStatusType, _
ByVal As Integer, _
ByVal As DicomDataSet _
)
'Usage
Dim instance As New ReceiveNActionResponseDelegate(AddressOf HandlerMethod)