←Select platform

LoadJsonBeforeElementData Class

Summary

Data for the LoadJsonBeforeElementCallback delegate.

Syntax

C#
VB
C++
public class LoadJsonBeforeElementData 
Public Class LoadJsonBeforeElementData  
public ref class LoadJsonBeforeElementData  

Remarks

A LoadJsonBeforeElementData object is passed to the LoadJsonBeforeElementCallback delegate for each DICOM element is about to be written to the DicomDataSet. The members of LoadJsonBeforeElementData 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.

Member Use
Tag can be changed
Vr can be changed
Encoding can be changed
ElementValue can be changed
HasChildElements information only
Example

For an example, refer to LoadJsonBeforeElementCallback.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly