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

OnAccept Method (DicomNet)








An error code.
Notifies a listening connection (SCP) that it can accept pending connection requests. .NET support
Syntax
protected virtual void OnAccept( 
   DicomExceptionCode error
)
'Declaration
 
Protected Overridable Sub OnAccept( _
   ByVal error As DicomExceptionCode _
) 
'Usage
 
Dim instance As DicomNet
Dim error As DicomExceptionCode
 
instance.OnAccept(error)
protected virtual void OnAccept( 
   DicomExceptionCode error
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomNet.OnAccept( 
   error 
)
protected:
virtual void OnAccept( 
   DicomExceptionCode error
) 

Parameters

error
An error code.
Remarks
A call to this method is generated on an SCP when an SCU calls Connect(String,Int32,String,Int32).

To accept a connection request, call 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 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 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

DicomNet Class
DicomNet Members
Connect(String,Int32,String,Int32) 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