Update the information of DICOM Work-list items by adding, deleting or modifying them.
public void UpdateMWL(
MWLDataset mwlDS
)
Sub UpdateMWL( _
ByVal mwlDS As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset _
)
void UpdateMWL(
Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset^ mwlDS
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET