DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also