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 a demo, see the source code for the Leadtools.Medical.WebViewer.Addins.dll example dll that ship with the LEADTOOLS toolkit.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document