←Select platform

LoadJsonAfterElementData Class

Summary

Data for the LoadJsonAfterElementCallback delegate.

Syntax

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

Remarks

A LoadJsonAfterElementData object is passed to the LoadJsonAfterElementCallback delegate once for each DICOM element after it has been added to the DicomDataSet. The members of LoadJsonAfterElementData 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 JSON 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 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