UpdateMPPS Method

Summary
Update the information of DICOM Modality Performed Procedure Step items by adding, deleting or modifying them.
Syntax
C#
VB
C++
public void UpdateMPPS( 
   MPPSDataset mppsDS 
) 
  
Sub UpdateMPPS( _ 
   ByVal mppsDS As MPPSDataset _ 
)  
void UpdateMPPS(  
   MPPSDataset^ mppsDS 
)  

Parameters

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.