Initializes a new instance of this class.
public DicomDataSetJson(
object json
)
public:
DicomDataSetJson(Object^ json)
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.
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