DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCollection Class / Send Method
The IP address
The port number
The calling application entity title
The called application entity title



In This Topic
    Send Method (DicomImageCollection)
    In This Topic
    Sends all images within the collection in one association
    Syntax
    'Declaration
     
    Public Function Send( _
       ByVal Node As String, _
       ByVal Port As Integer, _
       ByVal CallingAE As String, _
       ByVal CalledAE As String _
    ) As Integer()
    'Usage
     
    Dim instance As DicomImageCollection
    Dim Node As String
    Dim Port As Integer
    Dim CallingAE As String
    Dim CalledAE As String
    Dim value() As Integer
     
    value = instance.Send(Node, Port, CallingAE, CalledAE)
    public int[] Send( 
       string Node,
       int Port,
       string CallingAE,
       string CalledAE
    )
    public:
    array<int>^ Send( 
       String^ Node,
       int Port,
       String^ CallingAE,
       String^ CalledAE
    ) 

    Parameters

    Node
    The IP address
    Port
    The port number
    CallingAE
    The calling application entity title
    CalledAE
    The called application entity title

    Return Value

    int Array, as status of each image transfer
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also