openDICOM.NET API Reference (openDICOM# Class Library)

FileMetaInformation Methods

The methods of the FileMetaInformation class are listed below. For a complete list of FileMetaInformation class members, see the FileMetaInformation 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 Clears all properties of a DICOM file meta information instance.
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 file meta information instance from a DICOM output stream. The output stream position is assumed to be the DICOM stream's start position (mostly zero).
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

FileMetaInformation Class | openDicom.File Namespace