openDICOM.NET API Reference (openDICOM# Class Library)

Sequence Methods

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

Public Instance Methods

AddOverloaded. Adds a DICOM data element instance to this instance. Multiple data elements of equal instances are allowed within a sequence.
Clear Clears all DICOM sequence properties.
Equals (inherited from Object) 
GetEnumerator Needed by the C# foreach-statement. Makes life easier.
GetHashCode (inherited from Object) 
GetJointSubsequences Returns all sequences of all levels of a sequence 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 new DICOM sequence instance and fills it with DICOM data elements from specified DICOM output stream using TransferSyntax.
Sort Sorts all data elements of a sequence instance using Sort. This method is normally supposed not to be used, except by derivated classes that use unique data element identifiers like DICOM data set.
ToArray Returns all containing data elements as array of DataElement.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

Sequence Class | openDicom.DataStructure.DataSet Namespace