DicomObjects.NET.8.48 Documentation
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 System.String, _
       ByVal Port As System.Integer, _
       ByVal CallingAE As System.String, _
       ByVal CalledAE As System.String _
    ) As System.Integer()
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim Node As System.String
    Dim Port As System.Integer
    Dim CallingAE As System.String
    Dim CalledAE As System.String
    Dim value() As System.Integer
     
    value = instance.Send(Node, Port, CallingAE, CalledAE)
    public System.int[] Send( 
       System.string Node,
       System.int Port,
       System.string CallingAE,
       System.string CalledAE
    )
    public function Send( 
        Node: System.String;
        Port: System.Integer;
        CallingAE: System.String;
        CalledAE: System.String
    ): System.array of Integer; 
    public function Send( 
       Node : System.String,
       Port : System.int,
       CallingAE : System.String,
       CalledAE : System.String
    ) : System.int[];
    public: System.int[]* Send( 
       System.string* Node,
       System.int Port,
       System.string* CallingAE,
       System.string* CalledAE
    ) 
    public:
    System.array<int>^ Send( 
       System.String^ Node,
       System.int Port,
       System.String^ CallingAE,
       System.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.8 or higher

    See Also