openDICOM.NET API Reference (openDICOM# Class Library)

DataSet Members

DataSet overview

Public Instance Constructors

DataSet Overloaded. Initializes a new instance of the DataSet class.

Public Instance Properties

Item Access of a DICOM data set instance as array of DataElement. The index is a DICOM tag.

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