C#
VB
C++
Initializes a new instance of the DicomScp class.
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
)
PeerAddress
The peer address.
AETitle
The called AE title.
Port
The port.
For an example refer to QueryRetrieveScu.Find
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET