- matchingEntitiesCollection
- A Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which includes the matching parameters for the query.
| Visual Basic (Declaration) | |
|---|---|
Function FindStudiesCount( _ ByVal matchingEntitiesCollection As MatchingParameterCollection _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IStorageDataAccessAgent Dim matchingEntitiesCollection As MatchingParameterCollection Dim value As Integer value = instance.FindStudiesCount(matchingEntitiesCollection) | |
| C# | |
|---|---|
int FindStudiesCount( MatchingParameterCollection matchingEntitiesCollection ) | |
| C++/CLI | |
|---|---|
int FindStudiesCount( MatchingParameterCollection^ matchingEntitiesCollection ) | |
Parameters
- matchingEntitiesCollection
- A Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which includes the matching parameters for the query.
Return Value
The number of studies that match the query parameters.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code