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 DicomDataSet 
public: 
property DicomDataSet^ DicomDataSet { 
   DicomDataSet^ get(); 
   void set (    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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly