openDICOM.NET API Reference (openDICOM# Class Library)

DataSet.Add Method (DataElement)

Adds a new DICOM data element to this data set instance. Multiple data elements of the same DICOM tag are not allowed within a data set. Uniqueness is guaranteed by DICOM tags.

public override int Add(
   DataElement dataElement
);

See Also

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