DatasetInstance Property

Summary

Gets the retrieved Leadtools.Dicom.DicomDataSet object.

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

Property Value

The retrieved Leadtools.Dicom.DicomDataSet object.

Remarks

If the DatasetLoaded is false this property will be null.

Requirements

Target Platforms

Help Version 20.0.2020.3.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly