[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r49] by matfanjol

- tHospitals: the geographical data is optional (just to be able to go on faster. In the future will be mandatory fields again)
+ tProblems and TfrmEditProblems: Added a note field
+ TfrmEditHospitals and TfrmNavigationHospitals: it is possible to liste/create/edit/delete the Hospitals / Clinics
- TfrmEditBase.SetColorForRequiredFieldsInside: it was not going through the TForm objects
- TfrmEditProblems: the required fields now are correcly highlighted
- TfrmEditPathologies: the required fields now are correcly highlighted
- TfrmEditMdlMeasurements: the required fields now are correcly highlighted
+ TfrmEditExaminations_Names and TfrmNavigationExaminations_Name: it is possible to liste/create/edit/delete the names of the examinations
+ TfrmEditExaminations and TfrmNavigationExaminations: working on them...

2015-05-01 15:19:56 Tree
[r48] by matfanjol

* Files from Pedro:
French / Portuguese translation
Data to import grouped by language

2015-04-30 04:24:06 Tree
[r47] by matfanjol

* Uploaded the translation from Pedro

2015-04-29 05:01:28 Tree
[r46] by matfanjol

- The problems' tables didn't follow the standard. Now the primary key is standard.
+ It is possible to define the patients' problems

2015-04-26 08:00:29 Tree
[r45] by matfanjol

+ New combobox window to select a pathology
+ It is possible to assign/remove pathologies to the patients

2015-04-26 01:21:31 Tree
[r44] by matfanjol

+ Added the Lazarus lclstrconsts translations
+ File batch to copy the lazarus translations

2015-04-26 01:20:01 Tree
[r43] by matfanjol

+ The patologies can be linked to a patient's problem
- TfrmEditPersons.sbDoctorClick: fixed the request of saving when you have chosen to convert a person into a doctor, but after you have cancelled it during the confirmation request
- TfrmEditPersons.sbPatientClick: fixed the request of saving when you have chosen to convert a person into a patient, but after you have cancelled it during the confirmation request
+ TfrmEditPersons: new OpenedToCreateAnewPatient public variable. When true:
- no confirmation requests appears to convert the person into a patient
- before to save the person, she/he is converted into a patient
- the window is not released: it is just made no more visible
* TfrmEditStandard: the Save and Cancel buttons set an OK and CANCEL modal result
+ TfrmComboBox: on close the window is just made no more visible
+ Created TfrmComboBoxPatient derived by TfrmComboBox
* TfrmMain: uses TfrmComboBoxPatient
- TfrmNavigationStandard: the qList was linked to the wrong transaction component
- TfrmNavigationStandard: the window is released at close
- TfrmEditBase: the window is released at close
+ TfrmEditPersons: you can save blood group, rh, usb stick notes

2015-04-25 13:47:22 Tree
[r42] by matfanjol

- Comments fixes

2015-04-19 15:21:59 Tree
[r41] by matfanjol

+ added hor_functions: this file will contain general functions.
Actually it contains just FUNC_MenuPath
+ Created the "General data" menu item
* Moved "Geographical data" inside "General data"
+ Added the Pathologies: you can list/add/edit/delete them (system excluded)
+ Two new methods (Msg_InternalRecord_CantEdit, Msg_InternalRecord_CantDelete) to show error messages when working on system records

2015-04-19 15:03:54 Tree
[r40] by matfanjol

+ DB_CheckSystemData: checks the transaction status
+ DB_Connect: checks the transaction status
+ New CheckPathologies: it checks that the "Diabetes", "Leukemia" and "Tumor" pathologies exist
+ TfrmDbConnect.CreateTheNewDatabase: after the creation of a new database, that settings are stored for the next connections
+ New reminders

2015-04-19 07:49:27 Tree
Older >