←Select platform

DicomDataSet Property

Summary

Gets a value representing the DicomDataSet that is being loaded with DICOM tags and values corresponding to the input XML 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 XML file.

Example

For an example, refer to SaveXmlCallback.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Dicom.Common Assembly