LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
QueryModalityWorklists Method
See Also 
Leadtools.Medical.Worklist.DataAccessLayer Namespace > WorklistSqlCeDataAccessAgent Class : QueryModalityWorklists Method



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"

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"

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

Syntax

Visual Basic (Declaration) 
Overrides Public Function QueryModalityWorklists( _
   ByVal matchingEntitiesCollection As MatchingParameterCollection, _
   ByVal NoReturnStatusStrings As StringCollection _
) As MWLDataset
Visual Basic (Usage)Copy Code
Dim instance As WorklistSqlCeDataAccessAgent
Dim matchingEntitiesCollection As MatchingParameterCollection
Dim NoReturnStatusStrings As StringCollection
Dim value As MWLDataset
 
value = instance.QueryModalityWorklists(matchingEntitiesCollection, NoReturnStatusStrings)
C++/CLI 
public:
MWLDataset^ QueryModalityWorklists( 
   MatchingParameterCollection^ matchingEntitiesCollection,
   StringCollection^ NoReturnStatusStrings
) override 

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 doesn't have a scheduled procedure step then the patient information won't be returned.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features