LoadJsonAfterElementCallback Delegate

Summary
Optional delegate method that is used with the LoadJson methods.
Syntax
C#
VB
C++
public delegate void LoadJsonAfterElementCallback( 
   LoadJsonAfterElementData data 
) 
Public Delegate Sub LoadJsonAfterElementCallback( _ 
   ByVal data As LoadJsonAfterElementData _ 
)  
public delegate void LoadJsonAfterElementCallback(  
   LoadJsonAfterElementData^ data 
) 

Parameters

data
An instance of the LoadJsonAfterElementData class containing the progress callback data.

Remarks

This delegate is called once for each DICOM element, after it has been added to the DicomDataSet. If you pass this delegate with the LoadJson methods, you can change the value of the DicomElement by calling one of the DicomDataSet SetValue methods. For details, see the documentation for LoadJsonBeforeElementData

Example

For an example, refer to LoadJsonBeforeElementCallback.

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.Dicom.Common Assembly

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