←Select platform

DicomDataSet Property

Summary

Gets a value representing the DicomDataSet that is being loaded with DICOM tags and values corresponding to the input JSON file.

Syntax

C#
VB
C++
public DicomDataSet DicomDataSet { get; set; } 
Public Property DicomDataSet As Leadtools.Dicom.DicomDataSet 
public: 
property Leadtools.Dicom.DicomDataSet^ DicomDataSet { 
   Leadtools.Dicom.DicomDataSet^ get(); 
   void set (    Leadtools.Dicom.DicomDataSet^ ); 
} 

Property Value

The DicomDataSet that is being loaded with DICOM tags and values corresponding to the input JSON file.

Example

For an example, refer to LoadJsonBeforeElementCallback.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly