'DeclarationPublic Overloads Function Send( _ ByVal Node As System.String, _ ByVal Port As System.Integer, _ ByVal CallingAE As System.String, _ ByVal CalledAE As System.String, _ ByVal OfferedTS As System.Collections.Generic.IEnumerable(Of String) _ ) As System.Integer
'UsageDim instance As DicomDataSet Dim Node As System.String Dim Port As System.Integer Dim CallingAE As System.String Dim CalledAE As System.String Dim OfferedTS As System.Collections.Generic.IEnumerable(Of String) Dim value As System.Integer value = instance.Send(Node, Port, CallingAE, CalledAE, OfferedTS)
public System.int Send( System.string Node, System.int Port, System.string CallingAE, System.string CalledAE, System.Collections.Generic.IEnumerable<string> OfferedTS )
public function Send( Node: System.String; Port: System.Integer; CallingAE: System.String; CalledAE: System.String; OfferedTS: System.Collections.Generic.IEnumerable ): System.Integer;
public function Send( Node : System.String, Port : System.int, CallingAE : System.String, CalledAE : System.String, OfferedTS : System.Collections.Generic.IEnumerable ) : System.int;
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.