←Select platform

HangingProtocolSupported Property

Summary

Gets or sets a value that indicates whether Hanging Protocol support is present.

Syntax
C#
VB
C++
public static bool HangingProtocolSupported { get; set; } 
Public Shared Property HangingProtocolSupported() As Boolean 
   Get 
   Set 
public:  
   static property bool HangingProtocolSupported 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if Hanging Protocol support is present, otherwise false.

Remarks

If true, the method that implements QueryHangingProtocol returns HangingProtocolDataset that matches the MatchingParameterCollection. If false, the method that implements QueryHangingProtocol returns an empty HangingProtocolDataset.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly