Difference between revisions of "Data interchange format"

From ECHSA Congenital Database
Jump to navigationJump to search
m (+codes)
(Link to new article)
Line 5: Line 5:
 
This is a DTD (Document Type Definition) which can be used to validate an XML file.
 
This is a DTD (Document Type Definition) which can be used to validate an XML file.
  
* '''[[Media:CardiacDataExchange.dtd|CardiacDataExchange.dtd]]'''
+
* '''[http://www.eactscongenitaldb.org/viewcvs/*checkout*/ecdbc/trunk/DataCollectionSoftware/src/pl/magnum2/ecdbc/export/CardiacDataExchange.dtd?root=ecbdc CardiacDataExchange.dtd]'''
 
This DTD file defines the relations between patients, admissions, operations, etc. in the export file.
 
This DTD file defines the relations between patients, admissions, operations, etc. in the export file.
  
Line 15: Line 15:
  
 
''see article: [[Export to CSV]]''
 
''see article: [[Export to CSV]]''
 +
 +
==Import from other databases==
 +
 +
''see article: [[Import from other databases]].
  
 
'''See also'''
 
'''See also'''

Revision as of 14:17, 23 May 2006

The fundamental format for data exchange in EACTS Database Software is XML.

Format Specification

This is a DTD (Document Type Definition) which can be used to validate an XML file.

This DTD file defines the relations between patients, admissions, operations, etc. in the export file.

If you want to see the codes of diagnoses, procedues, complications, nca and gprf, download the software, perform a complete export to XML and examine the file.

All dictionaries (wich factor codes) can be found in the source code. You can use a direct link to the dictionaries file.

Export to CSV

see article: Export to CSV

Import from other databases

see article: Import from other databases.

See also