←Select platform

QueryHangingProtocol Method

Summary

Find hanging protocol information with the specified matching parameters.

Syntax
C#
VB
C++
public DataSet QueryHangingProtocol( 
   MatchingParameterCollection matchingEntitiesCollection 
) 
Public MustOverride Function QueryHangingProtocol( 
   ByVal matchingEntitiesCollection As MatchingParameterCollection 
) As System.Data.DataSet 
public:  
   virtual System::Data::DataSet^ QueryHangingProtocol( 
      MatchingParameterCollection^ matchingEntitiesCollection 
   ) abstract 

Parameters

matchingEntitiesCollection

A MatchingParameterCollection which includes the matching parameters for the query.

Return Value

The System.Data.DataSet which contains the hanging protocol information that matches the query parameters.

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