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

Connect(String,Int32,String,Int32,DicomNetIpTypeFlags) Method








The IP address of the Called AE computer (the SCU's address).
The port number of the Called AE computer (the SCU's port).
The IP address of the Calling AE computer to which to connect (the SCP's address).
The port number of the Calling AE computer to which to connect (the SCP's port).
The type of ip address supported (IPv4, IPv6, or both)
Connects an Called AE to an Calling AE. .NET support WinRT support
Syntax
public void Connect( 
   string hostAddress,
   int hostPort,
   string peerAddress,
   int peerPort,
   DicomNetIpTypeFlags ipType
)
'Declaration
 
Public Overloads Sub Connect( _
   ByVal hostAddress As String, _
   ByVal hostPort As Integer, _
   ByVal peerAddress As String, _
   ByVal peerPort As Integer, _
   ByVal ipType As DicomNetIpTypeFlags _
) 
'Usage
 
Dim instance As DicomNet
Dim hostAddress As String
Dim hostPort As Integer
Dim peerAddress As String
Dim peerPort As Integer
Dim ipType As DicomNetIpTypeFlags
 
instance.Connect(hostAddress, hostPort, peerAddress, peerPort, ipType)
public void Connect( 
   string hostAddress,
   int hostPort,
   string peerAddress,
   int peerPort,
   DicomNetIpTypeFlags ipType
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomNet.Connect(String,Int32,String,Int32,DicomNetIpTypeFlags)( 
   hostAddress ,
   hostPort ,
   peerAddress ,
   peerPort ,
   ipType 
)
public:
void Connect( 
   String^ hostAddress,
   int hostPort,
   String^ peerAddress,
   int peerPort,
   DicomNetIpTypeFlags ipType
) 

Parameters

hostAddress
The IP address of the Called AE computer (the SCU's address).
hostPort
The port number of the Called AE computer (the SCU's port).
peerAddress
The IP address of the Calling AE computer to which to connect (the SCP's address).
peerPort
The port number of the Calling AE computer to which to connect (the SCP's port).
ipType
The type of ip address supported (IPv4, IPv6, or both)
Remarks
If hostAddress is an empty string or a null reference (Nothing in Visual Basic), the IP address will be the local computer's address.

If hostPort is 0, the port number will be the number of the first available port. In most cases, pass 0 for this parameter. If you pass any port number other than 0, that port number will be used for the first connection and when you close the connection, LEADTOOLS will wait for the internal TCP timeout before releasing the port. This can lead to problems reconnecting. If you pass 0, then on subsequent connections LEADTOOLS will use the next available port.

To connect to an Calling AE as an Called AE, you must first create a DicomNet object. Then call Connect(String,Int32,String,Int32) to establish the connection.

To use your computer as an Calling AE, you must first create a DicomNet object. Then call Listen(String,Int32,Int32) to listen for incoming connection requests.

When an Called AE calls this method, it generates a call to OnAccept on the SCP.

This overload of the DicomNet.Connect method allows you to specify the type of Internet Protocol Version to use. Pass DicomNetIpTypeFlags.Ipv4 for ipType to support the Internet Protocol version 4 (IPv4), which is the standard "dotted quad" 32-bit address format that has been in use since 1981. An example of an IPv4 address is 192.168.0.195

Pass DicomNetIpTypeFlags.Ipv6 for ipType to support Internet Protocol Version 6 (IPv6). IPv6 uses a 128-bit address format. An example of an IPv6 address is fe80::18bd:81f:6b02:759f

To support both IPv4 and Ipv6 addresses, pass DicomNetIpTypeFlags.Ipv4OrIpv6 for ipType.

If the call to Connect(String,Int32,String,Int32) fails, make sure that the IP address that was passed for hostAddress is a valid address that is accessible within your network. You can verify the accessibility of both IPv4 and IPv6 addresses using the Windows ping command. For example, to verify that 192.168.0.195 is accessible within your network, perform the following steps:

Note that the following are equivalent:

Example
For an example, refer to DicomNetIpTypeFlags.
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
Overload List
Startup Method
OnAccept Method
Listen(String,Int32,Int32) 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