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



In This Topic
    Destination Property (DicomQuery)
    In This Topic
    The Application Entity Name to which images should be sent by a C-MOVE request
    Syntax
    'Declaration
     
    
    Public Property Destination As String
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As String
     
    instance.Destination = value
     
    value = instance.Destination
    public string Destination {get; set;}
    public:
    property String^ Destination {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    A Query/Retrieve SCP should use this property to find the values of the IP address, port number and possibly calling AET to use before calling the Open method to respond any C-MOVE request.
    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