DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Destination Property
In This Topic
    Destination Property
    In This Topic
    Description
    Destination for C-MOVE requests
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Destination As String
    Remarks
    This property is used in conjunction with the MoveImagesMoveSync and GetUsingMove methods of a DicomQuery object.  The Application entity name must be known to the DICOM server to which the request is being sent, as the standard allows no other means of specifying the destination.  In particular, it is not possible to direct images to an arbitrary IP address and port using MoveImages.
    A Query/Retrieve SCP must use this property of the DicomConnection object to find the values of the IP address, port, and possibly calling AET to use before calling SetDestination.
    See Also