←Select platform

FindHangingProtocolCount Method

Summary

Returns the number of hanging protocol instances that match the query parameters.

Syntax

C#
VB
C++
public int FindHangingProtocolCount( 
   MatchingParameterCollection matchingEntitiesCollection 
) 
Public MustOverride Function FindHangingProtocolCount( 
   ByVal matchingEntitiesCollection As MatchingParameterCollection 
) As Integer 
public:  
   virtual int FindHangingProtocolCount( 
      MatchingParameterCollection^ matchingEntitiesCollection 
   ) abstract 

Parameters

matchingEntitiesCollection

A MatchingParameterCollection which includes the matching parameters for the query.

Return Value

The number of hanging protocol instances that match 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