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
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As System.String
     
    instance.CallingAE = value
     
    value = instance.CallingAE
    public System.string CallingAE {get; set;}
    public read-write property CallingAE: System.String; 
    public function get,set CallingAE : System.String
    public: __property System.string* get_CallingAE();
    public: __property void set_CallingAE( 
       System.string* value
    );
    public:
    property System.String^ CallingAE {
       System.String^ get();
       void set (    System.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: .NET CLR 4.8 or higher

    See Also