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






    Destination Property (DicomQuery)
    The Application Entity Name to which images should be sent by a C-MOVE request
    Syntax
    'Declaration
     
    
    Public Property Destination As System.String
     
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As System.String
     
    instance.Destination = value
     
    value = instance.Destination
    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: .NET CLR 4.8 or higher

    See Also