Leadtools.Medical.Worklist.DataAccessLayer Namespace > IWorklistDataAccessAgent Interface : UpdateMWL Method |
void UpdateMWL( MWLDataset mwlDS )
'Declaration Sub UpdateMWL( _ ByVal mwlDS As MWLDataset _ )
'Usage Dim instance As IWorklistDataAccessAgent Dim mwlDS As MWLDataset instance.UpdateMWL(mwlDS)
void UpdateMWL( MWLDataset^ mwlDS )
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.