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



mwlDS
The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset which contains the updates.
Update the information of DICOM Work-list items by adding, deleting or modifying them.

Syntax

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.

Remarks

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.

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