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

    See Also