'DeclarationPublic Overloads Function Send( _ ByVal Node As String, _ ByVal Port As Integer, _ ByVal CallingAE As String, _ ByVal CalledAE As String, _ ByVal OfferedTS As IEnumerable(Of String) _ ) As Integer
'UsageDim instance As DicomDataSet Dim Node As String Dim Port As Integer Dim CallingAE As String Dim CalledAE As String Dim OfferedTS As IEnumerable(Of String) Dim value As Integer value = instance.Send(Node, Port, CallingAE, CalledAE, OfferedTS)
Parameters
- Node
 Network address (as dotted notation or resolvable name) to which the image is to be sent.
- Port
 Port on which remote application is listening.
- CallingAE
 Name of remote Application Entity.
- CalledAE
 Name to quote for this Application Entity
- OfferedTS
 A list of offered Transfer Syntaxes
Return Value
The status as returned by the remote application. Zero indicates success.