←Select platform

DicomDataSetJson Constructor

Summary

Initializes a new instance of this class.

Syntax

C#
VB
C++
public DicomDataSetJson(object json) 
Public Sub New(ByVal json As Object) 
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 an example, see the source code for the Leadtools.Medical.WebViewer.Addins.dll example dll that ship with the LEADTOOLS toolkit.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize