openDICOM.NET API Reference (openDICOM# Class Library)

DataSet.Add Method

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.

Overload List

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);

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);

See Also

DataSet Class | openDicom.DataStructure.DataSet Namespace