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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly