AbstractSyntax Property

Summary

Gets or sets the abstract syntax.

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

Property Value

The Abstract Syntax Name.

Remarks

The Abstract Syntax provides information about the class type of the data that will be transferred across the DICOM Associate connection. This method is valid only for DICOM Associates of type Associate Request.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly