Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

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.
Syntax
'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)
function Leadtools.Dicom.Networking.IDicomEvents.OnAccept( 
   error ,
   net ,
   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 Connect.

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

See Also

Reference

IDicomEvents Interface
IDicomEvents Members
Connect Method
Accept Method
OnConnect Method

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