openDICOM.NET API Reference (openDICOM# Class Library)

NestedDataSet Methods

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

Public Instance Methods

Add (inherited from DataSet)Overloaded. 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.
Add (inherited from Sequence)Overloaded. Adds a DICOM data element instance to this instance. Multiple data elements of equal instances are allowed within a sequence.
Clear (inherited from DataSet) Clears all DICOM data set properties.
Contains (inherited from DataSet) Determines whether this data set instance contains a data element with specified DICOM tag.
Equals (inherited from Object) 
GetEnumerator (inherited from Sequence) Needed by the C# foreach-statement. Makes life easier.
GetHashCode (inherited from Object) 
GetJointSubsequences (inherited from DataSet) 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.
GetType (inherited from Object) 
LoadFrom Re-creates a DICOM nested data set instance from specified DICOM output stream using TransferSyntax.
Sort (inherited from DataSet) Sorts all data elements of a data set instance by their DICOM tag in ascending order.
ToArray (inherited from Sequence) Returns all containing data elements as array of DataElement.
ToString (inherited from Object) 

See Also

NestedDataSet Class | openDicom.DataStructure.DataSet Namespace