Difference between revisions of "Data interchange format"

From ECHSA Congenital Database
Jump to navigationJump to search
 
m
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.
  
* '''attachment:CardiacDataExchange.dtd'''
+
* '''[[Media: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 11: Line 11:
 
'''See also'''
 
'''See also'''
  
* ../DataExport
+
*[[Data export]]
* ../ExportToCsv (relational databases, e.g. MS Access)
+
*[[Data import]]
* ../DataImport
+
*[[Data security]]
* DataSecurity
+
 
 +
[[category:terminology|Format]]

Revision as of 15:25, 24 September 2005

The fundamental format for data exchange in DataCollectionSoftware 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.

See also