Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal PeerAddress As IPAddress, _ ByVal AETitle As String, _ ByVal Port As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim PeerAddress As IPAddress Dim AETitle As String Dim Port As Integer Dim instance As New DicomScp(PeerAddress, AETitle, Port) |
Managed Extensions for C++ | |
---|---|
public: DicomScp( IPAddress* PeerAddress, string* AETitle, int Port ) |
C++/CLI | |
---|---|
public: DicomScp( IPAddress^ PeerAddress, String^ AETitle, int Port ) |
Parameters
- PeerAddress
- The peer address.
- AETitle
- The called AE title.
- Port
- The port.
For an example refer to QueryRetrieveScu.Find
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7