DicomObjects.NET Core 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 String
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As String
     
    instance.CallingAE = value
     
    value = instance.CallingAE
    public string CallingAE {get; set;}
    public:
    property String^ CallingAE {
       String^ get();
       void set (    String^ value);
    }
    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: 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