Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

LoadJsonAfterElementCallback Delegate






An instance of the LoadJsonAfterElementData class containing the progress callback data.
Optional delegate method that is used with the LoadJson methods.
Syntax
public delegate void LoadJsonAfterElementCallback( 
   LoadJsonAfterElementData data
)
'Declaration
 
Public Delegate Sub LoadJsonAfterElementCallback( _
   ByVal data As LoadJsonAfterElementData _
) 
'Usage
 
Dim instance As New LoadJsonAfterElementCallback(AddressOf HandlerMethod)
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

See Also

Reference

LoadJsonAfterElementCallback Members
Leadtools.Dicom.Common.Extensions Namespace
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags,LoadJsonBeforeElementCallback,LoadJsonAfterElementCallback) Method
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags,LoadJsonBeforeElementCallback,LoadJsonAfterElementCallback) Method
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags) Method
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Method
SaveJsonCallback Delegate
LoadJsonBeforeElementCallback Delegate
LoadJsonAfterElementCallback Delegate

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features