LoadXmlAfterElementData Class

Summary
Data for the LoadXmlAfterElementCallback delegate.
Syntax
C#
VB
C++
public class LoadXmlAfterElementData 
Public Class LoadXmlAfterElementData  
public ref class LoadXmlAfterElementData  
Remarks

A LoadXmlAfterElementData object is passed to the LoadXmlAfterElementCallback delegate once for each DICOM element after it has been added to the DicomDataSet. The members of LoadXmlAfterElementData provide information about the DICOM element, and can be modified to change the elements and data that are added to the DicomDataSet so you can change the value of the element. This is useful if you want to load a DicomDataSet from an input DICOM XML file that does not contain image data. After adding the PixelData element, pixel data can be loaded from another location.

Example

For an example, refer to SaveXmlCallback.

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.