DicomObjects.NET.V8
DicomObjects Namespace / DicomQuery Class / CallingAE Property



    CallingAE Property
    The Application Entity Title by which the DicomQuery object is to be known during its connection to the server providing the Query/Retrieve service
    Syntax
    'Declaration
     
    Public Property CallingAE As String
     
    'Usage
     
    Dim instance As DicomQuery
    Dim value As String
     
    instance.CallingAE = value
     
    value = instance.CallingAE
    Remarks
    For most servers this value must be looked up in the server’s documentation, and must be exactly correct for an association to be accepted.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also