openDICOM.NET API Reference (openDICOM# Class Library)

NestedDataSet Members

NestedDataSet overview

Public Static Fields

DelimiterTag DICOM tag (FFFE,E00D).

Public Instance Constructors

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

Public Instance Properties

Count (inherited from Sequence) Returns count of DICOM data elements.
IsEmpty (inherited from Sequence) Returns whether this instance contains DICOM data elements.
Item (inherited from DataSet) Access of a DICOM data set instance as array of DataElement. The index is a DICOM tag.
StreamPosition (inherited from Sequence) Returns this instance's position within a DICOM data stream. If this instance has not get in contact with a DICOM stream, no position will be marked and -1 will be returned.
TransferSyntax (inherited from Sequence) Access corresponding DICOM transfer syntax. If null is assinged, the DICOM default transfer syntax will be used instead.

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