![Neurosoft Neuro-Audio-Screen Скачать руководство пользователя страница 101](http://html1.mh-extra.com/html/neurosoft/neuro-audio-screen/neuro-audio-screen_technical-manual_1676382101.webp)
Annex 2. Format of Neuro-Audio-Screen Exported Files
101
Annex 2. Format of Neuro-Audio-Screen
Exported Files
The database of patients and exams is stored in a device memory as text files in
XML-format: the information about a patient is kept in pacients.xml file, the information
about the performed exams is done in pac_ID.xml files where ID is a unique
identificator of a patient.
1.
The structure of file pacients.xml with information about patients.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<pacients>
<information>
<pac_ID name="BALASHOV" sex="1" birthday="12/02/1997" comments=""/>
</information>
<exams>
<pac_ID>
<left>
<abr>
<chk_631153848 date="03/03/2008,16:25" ear="1" testResult="0"/>
</abr>
<dpoae>
<chk_631153848 date="03/03/2008,16:25" ear="1" testResult="0"/>
</dpoae>
<teoae>
<chk_1204550744 date="03/03/2008,16:25" ear="1" testResult="0"/>
</teoae>
</left>
<right>
<abr>
<chk_631153848 date="03/03/2008,16:25" ear="0" testResult="0"/>
</abr>
<dpoae>
<chk_631153848 date="03/03/2008,16:25" ear="0" testResult="0"/>
</dpoae>
<teoae>
<chk_1204550744 date="03/03/2008,16:25" ear="0" testResult="0"/>
</teoae>
</right>
</pac_ID>
</exams>
</pacients>
XML file with information about the patients includes the <pacients> section in which
the information about the patients is stored. This section in its turn consists of
<information> and <exams> subsections. The <information> subsection contains the
information about a patients and the <exams> subsection contains the service infor-
mation about the performed exams. The <exams> subsection can be missing if none
of the exams was carried out for a patient.