Class contains information about application configuration and settings
All information are saved in XML file
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ÈVUT FEL, Prague
create new tablet data for pacient from specified information
From file name is extracted date and created relative path to this file
from database root.
data -
Variable in class spirals.motol.database.Visit
create XML element for saving
Element contains type of drawing, file name with data, comment of drawing,
and tablet measures with which were data captured.
Interface that must implement class which wants to receive tablet packets
Copyright: Copyright (c) 2005 Miroslav Skrbek, Jan Dolezel
Company: ÈVUT FEL, Prague
creates new point from tablet packet
Format of packet:
0 - x coordinate
1 - y coordinate
2 - buttons
3 - azimuth
4 - altitude
5 - pressure
6 - time
7 - serial number
creates new point from byte array when loading from file
Format of byte array:
3 bytes - x coordinate
3 bytes - y coordinate
4 bytes - time
2 bytes - azimuth
2 bytes - altitude
2 bytes - pressure
1 byte - buttons
3 bytes - serial number
loads visit for pacient from file
Each visit XML file contains information about one visit at doctor and about
data captured at this visit with filenames of archivess with these tablet data.