←Select platform

Called Property

Summary

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

Syntax

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

Property Value

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

Remarks

For more information on the structure of an Associate, refer to LEADTOOLS DICOM Network Communication Support for Message Exchange.

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