Difference between revisions of "Data interchange format"
From ECHSA Congenital Database
Jump to navigationJump to searchm |
|||
| Line 1: | Line 1: | ||
The fundamental format for data exchange in DataCollectionSoftware is '''XML'''. | The fundamental format for data exchange in DataCollectionSoftware is '''XML'''. | ||
| − | == Format Specification == | + | ==Format Specification== |
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. | ||
| Line 8: | Line 8: | ||
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. | ||
| + | |||
| + | ==Export to CSV== | ||
| + | |||
| + | Please go to [[data export]] page to get information about export to CSV. | ||
'''See also''' | '''See also''' | ||
Revision as of 12:20, 4 November 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.
Export to CSV
Please go to data export page to get information about export to CSV.
See also