DicomObjects.NET Core 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 String
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As String
     
    instance.CalledAE = value
     
    value = instance.CalledAE
    public string CalledAE {get; set;}
    public:
    property String^ CalledAE {
       String^ get();
       void set (    String^ value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also