C#
VB
C++
Java
public class DicomDataSet : IDisposable
Public Class DicomDataSet
Implements System.IDisposable
public class DicomDataSet
public ref class DicomDataSet : public System.IDisposable
This class includes properties and methods for creating, initializing, loading and saving Data Sets. In addition, there are methods that allow you to do the following:
Navigate through a Data Set.
Search a Data Set.
Insert or delete Data Set members.
Retrieve or set data element values.
Get or set information about the entire Data Set.
Convert values.
For more information, refer to Working with Data Sets.
For an example, refer to Load.