Optional delegate method that is used with the LoadXml methods.
public delegate bool LoadXmlBeforeElementCallback(
LoadXmlBeforeElementData data
)
Public Delegate Function LoadXmlBeforeElementCallback( _
ByVal data As LoadXmlBeforeElementData _
) As Boolean
public delegate bool LoadXmlBeforeElementCallback(
LoadXmlBeforeElementData^ data
)
data
An instance of the LoadXmlBeforeElementData class containing the progress callback data.
true to include this DICOM element in the DicomDataSet; false to exclude the element from the DicomDataSet
This delegate is called once for each DICOM element, before the element is added to the DicomDataSet. If you pass this delegate with the LoadXml methods, you must fill in certain fields of the data For details, see the documentation for LoadXmlBeforeElementData
LoadXmlBeforeElementCallback Members
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
LoadXmlBeforeElementCallback Delegate
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document