←Select platform

Calling Property

Summary

Gets or sets the Calling AE title for the DICOM Associate.

Syntax
C#
VB
C++
public string Calling { get; set; } 
Public Property Calling As String 
public: 
property String^ Calling { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

The Calling AE title for the DICOM Associate. The maximum length for this value is 64.

Example

For an example, refer to SendCEchoRequest.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly