Send Method (DicomDataSetCollection)
'Declaration
Public Function Send( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String _
) As System.Integer()
public System.int[] Send(
System.string ,
System.int ,
System.string ,
System.string
)
Parameters
- Node
- String value, the IP address
- Port
- Integer value, the port number
- CallingAE
- String value, the calling application entity title
- CalledAE
- String value, the called application entity title
Return Value
int Array, as status of each image transfer
Target Platforms: .NET CLR 4.8 or higher
See Also