Relational Property

Summary

Gets or sets a value indicating whether this DicomScp supports relation queries.

Syntax
C#
VB
C++
[XmlIgnoreAttribute()] 
public bool Relational { get; set; } 
  
Public Property Relational As Boolean 
public: 
property bool Relational { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if relational, otherwise it is false.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

DicomScp Class

DicomScp Members

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

Leadtools.Dicom.Scu Assembly