openDICOM.NET API Reference (openDICOM# Class Library)

Sequence Properties

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

Public Instance Properties

Count Returns count of DICOM data elements.
IsEmpty Returns whether this instance contains DICOM data elements.
Item Access of this sequence instance as array of DataElement.
StreamPosition 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 Access corresponding DICOM transfer syntax. If null is assinged, the DICOM default transfer syntax will be used instead.

See Also

Sequence Class | openDicom.DataStructure.DataSet Namespace