- mwlDS
- The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset which contains the updates.
| Visual Basic (Declaration) | |
|---|---|
Sub UpdateMWL( _ ByVal mwlDS As MWLDataset _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IWorklistDataAccessAgent Dim mwlDS As MWLDataset instance.UpdateMWL(mwlDS) | |
| C# | |
|---|---|
void UpdateMWL( MWLDataset mwlDS ) | |
| C++/CLI | |
|---|---|
void UpdateMWL( MWLDataset^ mwlDS ) | |
Parameters
- mwlDS
- The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset which contains the updates.
To perform an update you should first call one of the query methods QueryModalityWorklists or FindPatientInformation then apply the updates on the returned Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset.
If you didn't call any of the query methods all information will be considred added as new items.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code