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

OnAccept Method (IDicomEvents)








An error code.
The DicomNet object of the peer member of the connection.
Internal use.
Notifies a listening connection (SCP) that it can accept pending connection requests. .NET support WinRT support
Syntax
void OnAccept( 
   DicomExceptionCode error,
   DicomNet net,
   object hHandle
)
'Declaration
 
Sub OnAccept( _
   ByVal error As DicomExceptionCode, _
   ByVal net As DicomNet, _
   ByVal hHandle As Object _
) 
'Usage
 
Dim instance As IDicomEvents
Dim error As DicomExceptionCode
Dim net As DicomNet
Dim hHandle As Object
 
instance.OnAccept(error, net, hHandle)
void OnAccept( 
   DicomExceptionCode error,
   DicomNet net,
   object hHandle
)
ObjectiveC Syntax
function Leadtools.Dicom.Networking.IDicomEvents.OnAccept( 
   error ,
   net ,
   hHandle 
)
void OnAccept( 
   DicomExceptionCode error,
   DicomNet^ net,
   Object^ hHandle
) 

Parameters

error
An error code.
net
The DicomNet object of the peer member of the connection.
hHandle
Internal use.
Remarks
A call to this method is generated on an SCP when an SCU calls DicomNet.Connect.

To accept a connection request, call DicomNet.Accept.

You should always accept a connection request. Once the connection is made you can check the client and close the connection if you do not wish to maintain it. Since the connection requests are queued, if you do not accept a connection, it remains in the queue. When the next request is received, it is placed in the queue behind the first request. Calling DicomNet.Accept at this point will connect the first request, not the second, since the first request is still in the queue.

Example
For an example, refer to DicomNet.SendAssociateRequest.
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

IDicomEvents Interface
IDicomEvents Members
Connect Method
Accept Method
OnConnect Method

 

 


Products | Support | Contact Us | Copyright Notices

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

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features