DicomScp Constructor(IPAddress,string,int)

Summary
Initializes a new instance of the DicomScp class.
Syntax
C#
VB
C++
public DicomScp( 
   IPAddress PeerAddress, 
   string AETitle, 
   int Port 
) 
  
Public Function New( _ 
   ByVal PeerAddress As IPAddress, _ 
   ByVal AETitle As String, _ 
   ByVal Port As Integer _ 
) 
public: 
DicomScp(  
   IPAddress^ PeerAddress, 
   String^ AETitle, 
   int Port 
) 

Parameters

PeerAddress
The peer address.

AETitle
The called AE title.

Port
The port.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.