Optional delegate method that is used with the LoadXml methods.
public delegate bool LoadXmlBeforeElementCallback(
LoadXmlBeforeElementData data
)
Public Delegate Function LoadXmlBeforeElementCallback( _
ByVal data As Leadtools.Dicom.Common.Extensions.LoadXmlBeforeElementData _
) As Boolean
public delegate bool LoadXmlBeforeElementCallback(
Leadtools.Dicom.Common.Extensions.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
For an example, refer to SaveXmlCallback.
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
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