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

In This Topic
    CalledAE Property
    In This Topic
    The Application Entity Title of the server providing the Query/Retrieve service to which the DicomQuery object is requesting a connection
    Syntax
    'Declaration
     
    
    Public Property CalledAE As System.String
    public System.string CalledAE {get; set;}
    Remarks
    Some servers allow access from any application entity, whilst others must be configured to include a list of "allowable" clients. Whilst this software allows an arbitrary choice of AE name, it would be prudent to keep to a limited, unique list for each machine.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also