QueryModalityWorklists Method

Summary

Find modality work-list information with the specified matching parameters.

Syntax
C#
VB
C++
  
Function QueryModalityWorklists( _ 
   ByVal matchingEntitiesCollection As MatchingParameterCollection, _ 
   ByVal NoReturnStatusStrings As StringCollection _ 
) As MWLDataset 
MWLDataset^ QueryModalityWorklists(  
   MatchingParameterCollection^ matchingEntitiesCollection, 
   StringCollection^ NoReturnStatusStrings 
)  

Parameters

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

NoReturnStatusStrings
A System.Collections.Specialized.StringCollection worklist status that won't be returned in the query results.

The allowable values are: "IN PROGRESS", "COMPLETED" and "DISCONTINUED"

Return Value

The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset which contains the modality work-list information that matches the query parameters.

Remarks

This method only returns a complete work-list items. If a Patient information exists which does not have a scheduled procedure step then the patient information won't be returned.

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