←Select platform

UpdateMWL Method

Summary

Update the information of DICOM Work-list items by adding, deleting or modifying them.

Syntax

C#
VB
C++
public virtual void UpdateMWL( 
   MWLDataset mwlDS 
) 
  
Public Overridable Sub UpdateMWL( _ 
   ByVal mwlDS As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset _ 
)  

Parameters

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 considered added as new items.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly