openDICOM.NET API Reference (openDICOM# Class Library)

DataElementDictionary Members

DataElementDictionary overview

Public Static Properties

Global The global data element dictionary instance. Normally, the first loaded data element dictionary is assigned as this instance, automatically.

Public Instance Constructors

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

Public Instance Properties

Count Returns the count of dictionary entries.
IsEmpty Returns whether a dictionary does not contain entries.
Item Access data element dictionary instance as array. DICOM tags are used for indexing.

Public Instance Methods

Add Adds a new data element dictionary entry to a data element dictionary instance.
Clear Clears all data element dictionary properties.
Contains Determines whether a DICOM tag already is in use within a data element dictionary instance.
Equals (inherited from Object) 
GetDictionaryEntry Returns a dictionary entry by specified DICOM tag.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
LoadFrom Re-creates a data element dictionary instance and fills it with entries from the specified data element dictionary file of given file format.
SaveTo Saves the entire data element dictionary instance content to file using specified file format.
ToArray Returns the entire data element dictionary as array of DataElementDictionaryEntry.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
LoadFromXml 
MemberwiseClone (inherited from Object) 
SaveAsXml 

See Also

DataElementDictionary Class | openDicom.Registry Namespace