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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.