←Select platform

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

Leadtools.Dicom.Scu Assembly