QueryModalityWorklists Method

Summary
Find modality work-list information with the specified matching parameters.
Syntax
C#
C++/CLI
public virtual MWLDataset QueryModalityWorklists( 
   MatchingParameterCollection matchingEntitiesCollection, 
   StringCollection NoReturnStatusStrings 
) 
public: 
virtual 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.