The following tables list the members exposed by LoadXmlBeforeElementData.
Public Properties
| Name | Description |
| Attributes | Gets a dictionary of string pairs that correspond to each attribute in the XML input file. |
| ElementName | Gets the name of the element as it appears in the input XML file. |
| ElementValue | Gets the string value of the XML element being read. |
| Encoding | Gets a value that indicates how the XML element data is encoded. |
| HasChildElements | Gets a value indicating whether this element has children. |
| Tag | Gets a value that contains the tag of the DICOM element that is about to be added to the DicomDataSet. |
| Vr | Gets a value representation of the DICOM element that is about to be added to the DicomDataSet. |
Top
Public Methods
| Name | Description |
| Reset | Resets all members of the class to their default values, and empties the attributes dictionary. |
Top
See Also
Reference
LoadXmlBeforeElementData Class
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
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
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate