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

    See Also