openDICOM.NET API Reference (openDICOM# Class Library)

DataSet.Add Method (DataSet)

Concatenates another DICOM data set instance with this data set instance. Multiple data elements of the same DICOM tag are not allowed during concatentation. Uniqueness is guaranteed by DICOM tags.

public void Add(
   DataSet dataSet
);

See Also

DataSet Class | openDicom.DataStructure.DataSet Namespace | DataSet.Add Overload List