←Select platform

QueryHangingProtocol Method

Summary

Find hanging protocol information with the specified matching parameters.

Syntax

C#
VB
C++
public DataSet QueryHangingProtocol( 
   MatchingParameterCollection matchingEntitiesCollection 
) 
Public Function QueryHangingProtocol( 
   ByVal matchingEntitiesCollection As MatchingParameterCollection 
) As DataSet 
public:  
   DataSet^ QueryHangingProtocol( 
      MatchingParameterCollection^ matchingEntitiesCollection 
   ) 

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

Leadtools.Medical.Storage.DataAccessLayer Assembly