LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
UpdateMPPS Method
See Also 
Leadtools.Medical.Worklist.DataAccessLayer Namespace > IWorklistDataAccessAgent Interface : UpdateMPPS Method



mppsDS
The Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset which contains the updates.
Update the information of DICOM Modality Performed Procedure Step items by adding, deleting or modifying them.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features