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






    CalledAE Property
    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
     
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As System.String
     
    instance.CalledAE = value
     
    value = instance.CalledAE
    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