Update the information of DICOM Modality Performed Procedure Step items by adding, deleting or modifying them.
public virtual void UpdateMPPS(
MPPSDataset mppsDS
)
Public Overridable Sub UpdateMPPS( _
ByVal mppsDS As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset _
)
public:
virtual void UpdateMPPS(
Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset^ mppsDS
)
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 considered added as new items.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET