[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r19] by matfanjol

+ frmEditPersons let's you define a person as a doctor or as a patient (it is not complete...)
* frmEditStandard.lblTop has a height of 64 to be able to insert pictures of 64x64
+ The program creates a new database (actually empty) called default data database.
The default data database is built with the <database name> + '_defdata' name and will contain default data like the list of countries, cities, drugs, etc..
The idea is to store inside the main database just the used data.
+ the "tDoctorsTypesCategories" table was created (i.e. "family", "cardiologist", "diabetologist", etc.)
+ the "tDoctorsTypes" table was created: it says to which categories each doctor belongs
* the hor_const_database file was renamed into hor_database: it contains also functions regarding the database (some of them removed from hor_main)

2015-01-25 13:32:51 Tree
[r18] by matfanjol

+ Added Dead_Day to tPersons
* All the geographical information inside tPersons are optional, because may be we don't know them, so, instead to create a "unknown" place, better to leave them at NULL
+ The program is able to list and to create/edit/delete a Country
+ Created a new "Geographical data" menu with "Countries->List" and "Countries-->Add" items
* when the program start, the "Database-->Connect" is called

2015-01-11 10:40:50 Tree
[r17] by matfanjol

+ New field inside tExaminations: ResultDate: From when the results of this examination will be available
+ New field inside tExaminations: ResultTaken: True if the result was taken, otherwise false (in this last case an appointment to take the result will be available from the ResultDate date)
+ TfrmEditStandard: it's able to:
- Highlight the mandatory fields
- Create a NewRecord
- Save/Cancel
+ New file hor_const_database: contains the constants used inside the database (i.e. the character to identify the sex)
- Fixed the Copyright text adding the 2015 year

2015-01-06 10:56:25 Tree
[r16] by matfanjol

* In the about window a cursor hand appears when the mouse goes over clickable links
+ Added the day+place of birth to tPersons
+ Added a standard navigation window
+ Created the person navigation window derived from the standard one to list all the persons with information about if it is a patient and/or a doctor
+ Created procedure TfrmMain.EnableDisableDatabaseRelativeFunction:
// It enables or disables (according to the EnableThem parameter) all the
// functions that needs an established database connection to work properly
+ Created a new Persons menù with just "List" and "Add". "List" opens the person navigation. XXXXX
+ Added a standard edit window
+ Created the person edit window derived from the standard one to create/edit a persons XXXXXXX

2014-12-14 14:28:50 Tree
[r15] by matfanjol

+ Added adminissions

2014-10-18 05:07:56 Tree
[r14] by matfanjol

+ Added the web site files

2014-10-18 04:55:29 Tree
[r13] by matfanjol

* New way to store the addresses: via foreign keys instead of to repeat "country","city","address"
+ Added the hospital's admissions
+ Added the System field to some tables
- Fixed some date fields with timestamp
* Changed the constraint/index names
* Changed the primary key of tProblems, tPatients, tDoctors
The database should be finished! :)

2014-10-18 04:44:30 Tree
[r12] by matfanjol

Ideas about other things to do (mother, father, brothers, sisters, etc.)

2014-10-11 15:07:14 Tree
[r11] by matfanjol

+ Added Drugs, Measurements, Lifes, Parking (may be the coordinates will be reviewed with GIS...)
* Better handling of the contacts

2014-10-11 15:06:26 Tree
[r10] by matfanjol

+ Added:
Allergies
HospitalsWards
Prescriptions
Vaccinations
* Better sex handling in Persons
+ Added BloodGroup, BloodRh, Doctor to Patients
* Change the names of the tables regarding the Examinations

2014-10-06 04:18:27 Tree
Older >