public class LoadXmlBeforeElementData
Public Class LoadXmlBeforeElementData
public ref class LoadXmlBeforeElementData
A LoadXmlBeforeElementData object is passed to the LoadXmlBeforeElementCallback delegate for each DICOM element is about to be written to the DicomDataSet. The members of LoadXmlBeforeElementData give information about the DICOM element, and can be modified to change the elements and data that are added to the DicomDataSet. The following table identifies which members are information only, and which elements can be changed. Note that if you are using this delegate to read a non-standard LEAD DICOM XML file, you must fill in the non-informational elements.
Member | Use |
---|---|
CallbackType | information only |
Tag | can be changed |
Vr | can be changed |
Encoding | can be changed |
ElementValue | can be changed |
attributes | information only |
HasChildElements | information only |
ElementName | information only |
DicomDataSet | information only |
DicomElement | information only |
LoadXmlBeforeElementData 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
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