Optional delegate method that is used with the LoadJson methods.
public delegate void LoadJsonAfterElementCallback(
LoadJsonAfterElementData data
)
Public Delegate Sub LoadJsonAfterElementCallback( _
ByVal data As Leadtools.Dicom.Common.Extensions.LoadJsonAfterElementData _
)
public delegate void LoadJsonAfterElementCallback(
Leadtools.Dicom.Common.Extensions.LoadJsonAfterElementData^ data
)
data
An instance of the LoadJsonAfterElementData class containing the progress callback data.
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
For an example, refer to LoadJsonBeforeElementCallback.
LoadJsonAfterElementCallback Members
Leadtools.Dicom.Common.Extensions Namespace
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
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