[go: up one dir, main page]

Menu

Commit [r21]  Maximize  Restore  History

+ New "cmds" folder: it will contain batch file. Actually only "dump.cmd" exists (make a dump of my db and edit it)

- Fixed the type of the "Name" and "MeasureUnit" fields inside tMeasurementsTypes
- Fixed the type of the "Name" field inside tLifeTypesCategories
+ Created the "tMeasurementsUnits": it stores all the unit of measurements
* "tMeasurementsTypes" uses "tMeasurementsUnits"
* "tLifeTypes" uses "tMeasurementsUnits"
+ Add the "Blood pressure: Minimal", "Blood pressure: Maximal" and "Glucose" default types of measurement
+ Added the TfrmNavigationMeasurements window callable from the patient window: it lists all the measurements of the given patient and you can add, edit and/or delete them
+ Added hor_edit_base: base form with the components to access the database and the methods to change the color to the mandatory fields
+ hor_edit_standard is derived from hor_edit_base
+ New hor_edit_mdl_standard: edit form with master detail, where detail is a list (grid)
+ You can convert a new person into a patient or a doctor also during the creation of the new person (in the previous version you have to save, close and edit it)
+ You can add a new measurements from the main menù of the program and from the measurement navigation mask
* All the timestamp fields were converted from "with time zone" into "without time zone" (there was problems with the loaded data showed with the wrong timezone)
+ Icons-Land link in the about form, but the icons are still not present (waiting for the Icons-land approval)

matfanjol 2015-04-01

1 2 > >> (Page 1 of 2)
changed /trunk/CHANGES.txt
changed /trunk/TODO.txt
added /trunk/cmds
added /trunk/cmds/dump.cmd
changed /trunk/healthor.lpi
changed /trunk/healthor.lpr
changed /trunk/hor_about.lfm
changed /trunk/hor_about.pas
added /trunk/hor_combobox.lfm
added /trunk/hor_combobox.pas
changed /trunk/hor_database.pas
changed /trunk/hor_dbopen.lfm
added /trunk/hor_edit_base.lfm
added /trunk/hor_edit_base.pas
added /trunk/hor_edit_mdl_measurements.lfm
added /trunk/hor_edit_mdl_measurements.pas
added /trunk/hor_edit_mdl_standard.lfm
added /trunk/hor_edit_mdl_standard.pas
changed /trunk/hor_edit_persons.lfm
changed /trunk/hor_edit_persons.pas
changed /trunk/hor_edit_standard.lfm
changed /trunk/hor_edit_standard.pas
changed /trunk/hor_main.lfm
changed /trunk/hor_main.pas
changed /trunk/hor_messages.pas
/trunk/cmds
Directory.
1 2 > >> (Page 1 of 2)