openDICOM.NET API Reference (openDICOM# Class Library)

DataSet Methods

The methods of the DataSet class are listed below. For a complete list of DataSet class members, see the DataSet Members topic.

Public Instance Methods

AddOverloaded. 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.
Clear Clears all DICOM data set properties.
Contains Determines whether this data set instance contains a data element with specified DICOM tag.
GetJointSubsequences Returns all sequences of all levels of a data set tree as one concatenated zero-level sequence. Multiple data elements of equal instances are allowed within a DICOM sequence.
LoadFrom Re-creates a new DICOM data set instance and fills it from specified DICOM output stream using TransferSyntax.
Sort Sorts all data elements of a data set instance by their DICOM tag in ascending order.

See Also

DataSet Class | openDicom.DataStructure.DataSet Namespace