Leadtools.Medical.Worklist.DataAccessLayer Namespace > WorklistDbDataAccessAgent Class : QueryModalityWorklists Method |
The allowable values are: "IN PROGRESS", "COMPLETED" and "DISCONTINUED"
public virtual MWLDataset QueryModalityWorklists( MatchingParameterCollection matchingEntitiesCollection, StringCollection NoReturnStatusStrings )
'Declaration Public Overridable Function QueryModalityWorklists( _ ByVal matchingEntitiesCollection As MatchingParameterCollection, _ ByVal NoReturnStatusStrings As StringCollection _ ) As MWLDataset
'Usage Dim instance As WorklistDbDataAccessAgent Dim matchingEntitiesCollection As MatchingParameterCollection Dim NoReturnStatusStrings As StringCollection Dim value As MWLDataset value = instance.QueryModalityWorklists(matchingEntitiesCollection, NoReturnStatusStrings)
public: virtual MWLDataset^ QueryModalityWorklists( MatchingParameterCollection^ matchingEntitiesCollection, StringCollection^ NoReturnStatusStrings )
The allowable values are: "IN PROGRESS", "COMPLETED" and "DISCONTINUED"
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.