openDICOM.NET API Reference (openDICOM# Class Library)

FileMetaInformation Properties

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

Public Instance Properties

Count (inherited from Sequence) Returns count of DICOM data elements.
FilePreamble DICOM file preamble.
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.

See Also

FileMetaInformation Class | openDicom.File Namespace