DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / Destination Property



In This Topic
    Destination Property (DicomAssociation)
    In This Topic
    The Application Entity Name to which images should be sent by a C-MOVE request
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")>
    Public ReadOnly Property Destination As String
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As String
     
    value = instance.Destination
    [Obsolete("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")]
    public string Destination {get;}
    [Obsolete("This method should be replaced by QueryReceivedArgs.Destination (e.Destination) which also handles DICOM Asynchronous operations")]
    public:
    property String^ Destination {
       String^ get();
    }
    Remarks

    A Query/Retrieve SCP must use this property of the DicomAssociation object to find the values of the IP address, port number and possibly Calling AET to use before calling Open.

    This Application Entity Name must be known by the C-MOVE SCP, 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 Move.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also