←Select platform

DicomDataSetJson Constructor

Summary

Initializes a new instance of this class.

Syntax
C#
C++/CLI
public DicomDataSetJson( 
   object json 
) 
public:  
   DicomDataSetJson(Object^ json) 

Parameters

json

A dictionary of DICOM elements and values.

This is created by using the System.Web.Script.Serialization.JavaScriptSerializer.DeserializeObject(System.String) method on a JSON representation of a DicomDataSet. The JSON representation is the DICOM JSON Model defined in part 18 of the DICOM Specification. The DICOM JSON Model is generated by calling SaveJson(DicomDataSet,string,DicomDataSetSaveJsonFlags). For a demo, see the source code for the Leadtools.Medical.WebViewer.Addins.dll example dll that ship with the LEADTOOLS toolkit.

Requirements

Target Platforms

Help Version 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.