DataElementDictionary overview
![]() ![]() | The global data element dictionary instance. Normally, the first loaded data element dictionary is assigned as this instance, automatically. |
![]() |
Overloaded. Initializes a new instance of the DataElementDictionary class. |
![]() | Returns the count of dictionary entries. |
![]() | Returns whether a dictionary does not contain entries. |
![]() | Access data element dictionary instance as array. DICOM tags are used for indexing. |
![]() | Adds a new data element dictionary entry to a data element dictionary instance. |
![]() | Clears all data element dictionary properties. |
![]() | Determines whether a DICOM tag already is in use within a data element dictionary instance. |
![]() | Returns a dictionary entry by specified DICOM tag. |
![]() | Re-creates a data element dictionary instance and fills it with entries from the specified data element dictionary file of given file format. |
![]() | Saves the entire data element dictionary instance content to file using specified file format. |
![]() | Returns the entire data element dictionary as array of DataElementDictionaryEntry. |
DataElementDictionary Class | openDicom.Registry Namespace