openDICOM.NET API Reference (openDICOM# Class Library)

DictionaryFileFormat Enumeration

Available file formats for dictionary files.

public enum DictionaryFileFormat

Members

Member Name Description
BinaryFile Dictionary content is stored not human readable. The implemented binary format is not standardized. Use of file extensions .dic is recommended.
PropertyFile Dictionary content is stored in form of a property text file, well-known in context of the Java configuration environment. Files of this format mostly have the extension .properties.
XmlFile Dictionary content is stored in form of a XML text file.
CsvFile Dictionary content is stored in form of a CSV (Comma Seperated Values) text file, well-known in context of database batch jobs.

Requirements

Namespace: openDicom.Registry

Assembly: opendicom-sharp (in opendicom-sharp.dll)

See Also

openDicom.Registry Namespace