- mwlDS
- The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset which contains the updates.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub UpdateMWL( _ ByVal mwlDS As MWLDataset _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorklistDbDataAccessAgent Dim mwlDS As MWLDataset instance.UpdateMWL(mwlDS) |
C# | |
---|---|
public virtual void UpdateMWL( MWLDataset mwlDS ) |
C++/CLI | |
---|---|
public: virtual 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