- mppsDS
- The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset which contains the updates.
| Visual Basic (Declaration) | |
|---|---|
Sub UpdateMPPS( _ ByVal mppsDS As MPPSDataset _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IWorklistDataAccessAgent Dim mppsDS As MPPSDataset instance.UpdateMPPS(mppsDS) | |
| C# | |
|---|---|
void UpdateMPPS( MPPSDataset mppsDS ) | |
| C++/CLI | |
|---|---|
void UpdateMPPS( MPPSDataset^ mppsDS ) | |
Parameters
- mppsDS
- The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset which contains the updates.
To perform an update you should first call the query methods QueryMPPS then apply the updates on the returned Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset.
If you didn't call any of the query methods all information will be considred added as new items.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code