FindPatientInformation Method

Summary

Find patients information with the specified matching parameters.

Syntax
C#
VB
C++
public override MWLDataset FindPatientInformation( 
   MatchingParameterCollection matchingEntitiesCollection 
) 
  
Public Overrides Function FindPatientInformation( _ 
   ByVal matchingEntitiesCollection As MatchingParameterCollection _ 
) As MWLDataset 
public: 
MWLDataset^ FindPatientInformation(  
   MatchingParameterCollection^ matchingEntitiesCollection 
) override  

Parameters

matchingEntitiesCollection
A Leadtools.Medical.DataAccessLayer.MatchingParameterCollection which includes the matching parameters for the query.

Return Value

The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset which contains the patient's information that matches the query parameters.

Remarks

This method returns all patients information that matches the query parameters whether they have a full work-list items or not.

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.Worklist.DataAccessLayer Assembly