LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)
LEAD Technologies, Inc

OnReceive Method






An error code.
The type of data that was sent.
Pointer to a buffer that contains all the data that was sent. This includes the Command Set and any associated Data Set.
The number of bytes of the data specified by buffer.
Notifies a connection that data was received.
Syntax
protected override void OnReceive( 
   DicomExceptionCode error,
   DicomPduType pduType,
   IntPtr buffer,
   int bytes
)
'Declaration
 
Protected Overrides Sub OnReceive( _
   ByVal error As DicomExceptionCode, _
   ByVal pduType As DicomPduType, _
   ByVal buffer As IntPtr, _
   ByVal bytes As Integer _
) 
'Usage
 
Dim instance As DicomConnection
Dim error As DicomExceptionCode
Dim pduType As DicomPduType
Dim buffer As IntPtr
Dim bytes As Integer
 
instance.OnReceive(error, pduType, buffer, bytes)
protected override void OnReceive( 
   DicomExceptionCode error,
   DicomPduType pduType,
   IntPtr buffer,
   int bytes
)
 function Leadtools.Dicom.Scu.Common.DicomConnection.OnReceive( 
   error ,
   pduType ,
   buffer ,
   bytes 
)
protected:
void OnReceive( 
   DicomExceptionCode error,
   DicomPduType pduType,
   IntPtr buffer,
   int bytes
) override 

Parameters

error
An error code.
pduType
The type of data that was sent.
buffer
Pointer to a buffer that contains all the data that was sent. This includes the Command Set and any associated Data Set.
bytes
The number of bytes of the data specified by buffer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomConnection Class
DicomConnection Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features