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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.