Difference between revisions of "Data interchange format"

From ECHSA Congenital Database
Jump to navigationJump to search
m
m
Line 1: Line 1:
The fundamental format for data exchange in DataCollectionSoftware is '''XML'''.
+
The fundamental format for data exchange in [[EACTS Database Software]] is XML.
  
 
==Format Specification==
 
==Format Specification==
Line 6: Line 6:
  
 
* '''[[Media:CardiacDataExchange.dtd|CardiacDataExchange.dtd]]'''
 
* '''[[Media:CardiacDataExchange.dtd|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.
+
If you want to see the codes of diagnoses, procedues, complications, nca and gprf, [[download]] the software and perform a complete export to XML and examine the file.
  
 
==Export to CSV==
 
==Export to CSV==

Revision as of 13:35, 14 November 2005

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 and perform a complete export to XML and examine the file.

Export to CSV

Please go to data export page to get information about export to CSV.

See also