Data for the LoadJsonAfterElementCallback delegate.
public class LoadJsonAfterElementData
Public Class LoadJsonAfterElementData
public ref class LoadJsonAfterElementData
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.
For an example, refer to LoadJsonBeforeElementCallback.
LoadJsonAfterElementData Members
Leadtools.Dicom.Common.Extensions Namespace
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags) Method
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags,SaveJsonCallback) Method
SaveJson(DicomDataSet,String,DicomDataSetSaveJsonFlags) Method
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET