public delegate void ReceiveNReportResponseDelegate( 
   DicomRequest ,
   byte ,
   int ,
   string ,
   string ,
   DicomCommandStatusType ,
   int ,
   DicomDataSet 
)
             
        
            
            'Declaration
 
Public Delegate Sub ReceiveNReportResponseDelegate( _
   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 ReceiveNReportResponseDelegate(AddressOf HandlerMethod)
             
        
            
            public delegate void ReceiveNReportResponseDelegate( 
   DicomRequest^ ,
   byte ,
   int ,
   String^ ,
   String^ ,
   DicomCommandStatusType ,
   int ,
   DicomDataSet^ 
)