←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly