DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Send Method
String value, the IP address
Integer value, the port number
String value, the calling application entity title
String value, the called application entity title

In This Topic
    Send Method (DicomDataSetCollection)
    In This Topic
    Sends all DataSets 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()
    public System.int[] Send( 
       System.string Node,
       System.int Port,
       System.string CallingAE,
       System.string CalledAE
    )

    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
    Remarks
    This does the send in ONE association and returns an array of integers as the status of each transfer. Association is closed automatically once sending has completed.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also