Leadtools.Medical.Worklist.DataAccessLayer Namespace > WorklistDbDataAccessAgent Class : UpdateMWL Method |
public virtual void UpdateMWL( MWLDataset mwlDS )
'Declaration Public Overridable Sub UpdateMWL( _ ByVal mwlDS As MWLDataset _ )
'Usage Dim instance As WorklistDbDataAccessAgent Dim mwlDS As MWLDataset instance.UpdateMWL(mwlDS)
public virtual void UpdateMWL( MWLDataset mwlDS )
function Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent.UpdateMWL( mwlDS )
public: virtual 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 considered added as new items.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2