openDICOM.NET API Reference (openDICOM# Class Library)

DataElement Members

DataElement overview

Public Instance Constructors

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

Public Instance Properties

StreamPosition DICOM stream position of this data element instance.
Tag Data element tag.
TransferSyntax Transfer syntax of this data element instance.
Value Data element value.
ValueLength Data element value length.
VR Data element value representation.

Public Instance Methods

CompareTo Implementation of the IComparable interface. So use of this class within collections is guaranteed.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
LoadFrom Re-creates a data element instance from specified DICOM output stream using TransferSyntax.
ToString (inherited from Object) 

See Also

DataElement Class | openDicom.DataStructure.DataSet Namespace