DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / Destination Property






In This Topic
    Destination Property (QueryReceivedArgs)
    In This Topic
    The Application Entity Name to which images should be sent by a C-MOVE request
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Destination As System.String
    'Usage
     
    
    Dim instance As QueryReceivedArgs
    Dim value As System.String
     
    value = instance.Destination
    public System.string Destination {get;}
    public read-only property Destination: System.String; 
    public function get Destination : System.String
    public: __property System.string* get_Destination();
    public:
    property System.String^ Destination {
       System.String^ get();
    }
    Remarks

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

    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: .NET CLR 4.8 or higher

    See Also