Leadtools.Medical.Workstation Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScpInfo Constructor(String,String,Int32,Int32)
See Also 
Leadtools.Medical.Workstation.Configuration Namespace > ScpInfo Class > ScpInfo Constructor : ScpInfo Constructor(String,String,Int32,Int32)




aeTitle
A String representing the AE Title of the DICOM server.
address
A String representing the host name and IP address of the DICOM server.
port
The port number of the DICOM server.
timeout
The timeout in seconds before the connection is dropped when no response received from the DICOM server.
Creates a new instance of the ScpInfo class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal aeTitle As String, _
   ByVal address As String, _
   ByVal port As Integer, _
   ByVal timeout As Integer _
)
Visual Basic (Usage)Copy Code
Dim aeTitle As String
Dim address As String
Dim port As Integer
Dim timeout As Integer
 
Dim instance As ScpInfo(aeTitle, address, port, timeout)
C# 
public ScpInfo( 
   string aeTitle,
   string address,
   int port,
   int timeout
)
Managed Extensions for C++ 
public: ScpInfo( 
   string* aeTitle,
   string* address,
   int port,
   int timeout
)
C++/CLI 
public:
ScpInfo( 
   String^ aeTitle,
   String^ address,
   int port,
   int timeout
)

Parameters

aeTitle
A String representing the AE Title of the DICOM server.
address
A String representing the host name and IP address of the DICOM server.
port
The port number of the DICOM server.
timeout
The timeout in seconds before the connection is dropped when no response received from the DICOM server.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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