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

In This Topic
    CallingAE Property
    In This Topic
    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 System.String
    public System.string CallingAE {get; set;}
    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.8 or higher

    See Also