[go: up one dir, main page]

Activity for Health Organizer

  • matfanjol matfanjol committed [r511] on Code

    + TfrmEditContacts_Categories_Person: changed the resize constraints of the name field

  • matfanjol matfanjol committed [r510] on Code

    - TfrmEditDocuments.btnSaveAllAndOpenClick: fixed title/text of the message reversed

  • matfanjol matfanjol committed [r509] on Code

    - Added the missing procedure TfrmNavigationStandard.qListAfterEdit(DataSet: TDataSet); and procedure TfrmNavigationStandard.qListAfterInsert(DataSet: TDataSet); that made all the navigation grids crashing

  • matfanjol matfanjol committed [r508] on Code

    + Added the following translations:

  • matfanjol matfanjol committed [r507] on Code

    + added the missing hor_navigation_examinations_names_rename.*

  • matfanjol matfanjol committed [r506] on Code

    + Added the TfrmNavigationExaminationsNamesRename mask

  • matfanjol matfanjol committed [r505] on Code

    + Added the TfrmEditMdlExaminationsNamesRename mask

  • matfanjol matfanjol committed [r504] on Code

    - hor_components: TfrmComboBoxPatient: fixed the components resize

  • matfanjol matfanjol committed [r503] on Code

    - hor_components: THorDataModule: removed qPersonsFemale and qPersonsMale

  • matfanjol matfanjol committed [r502] on Code

    + hor_components: IHorEditForm.CreateShowAndReturn: renamed into CreateToAddShowAndReturn

  • matfanjol matfanjol committed [r501] on Code

    + hor_components: TfrmSearchResults: added the lblMaxReached to warn the user when the maximum number of records was reached

  • matfanjol matfanjol committed [r500] on Code

    + hor_components: THorDBLookupComboBox.PrepareQueryDataDefault: implemented

  • matfanjol matfanjol committed [r499] on Code

    + Added the TfrmNavigationPersonsToContact and TfrmEditPersonsToContact masks to list and add/edit the persons to contact

  • matfanjol matfanjol committed [r498] on Code

    + TfrmEditPersons: added the tab with the patient's persons to contact in the case of emergency

  • matfanjol matfanjol committed [r497] on Code

    - Removed a double pregnant field from the tPatients table

  • matfanjol matfanjol committed [r496] on Code

    - Removed a double pregnant field from the tPatients table

  • matfanjol matfanjol committed [r495] on Code

    + hor_data_export: added TDE_ContactsPerson: All the contacts of a person

  • matfanjol matfanjol committed [r494] on Code

    + added procedure TfrmEditPersons.OpenParents(_Query: TSQLQuery):

  • matfanjol matfanjol committed [r493] on Code

    - Fixed the copyright year in the version information

  • matfanjol matfanjol committed [r492] on Code

    + Added the "Quantity" field to the "tAgendaDrugs" table

  • matfanjol matfanjol committed [r491] on Code

    * Updated *.po files

  • matfanjol matfanjol committed [r490] on Code

    + TfrmRestore: added the FStartTime member variable

  • matfanjol matfanjol committed [r489] on Code

    + THorSQLScript: added the HorLine read-only property to access FHorLine

  • matfanjol matfanjol committed [r488] on Code

    + TODO reminders

  • matfanjol matfanjol committed [r487]

    - CONSOLE does not work to me on Linux, but only on Windows... Replaced by _HOR_CONSOLE_ and added to the compilation parameter

  • matfanjol matfanjol committed [r486]

    - Fixed compilation settings

  • matfanjol matfanjol committed [r485]

    * hor_usb_stick_medicaldata: moved TSaveThread inside the new hor_export_medicaldata as TExportMedicalData

  • matfanjol matfanjol committed [r484]

    + "tPlaces" table: added the "Expired" field

  • matfanjol matfanjol committed [r483]

    * TframeContacts.Create: removed the _Parent parameter and changed the _Owner into _OwnerAndParent

  • matfanjol matfanjol committed [r482]

    + hor_database: added the aContactsTypes variable

  • matfanjol matfanjol committed [r481]

    + Added the missing TfrmEditPersonsContacts and TfrmNavigationPersonsContacts (sorry...)

  • matfanjol matfanjol committed [r480]

    + hor_database: added constDB_ContactType_Web

  • matfanjol matfanjol committed [r479]

    - TfrmAbout: fixed the copyright year

  • matfanjol matfanjol committed [r478]

    + hor_database: CheckMeasurementsUnits: Added "Bottle", "Vial" and "Drops" units of measurement

  • matfanjol matfanjol committed [r477]

    * tPersons table: improoved the fk_tPersons_tCountriesCitiesAddresses and fk_tPersons_tCountriesCities_Birth constraints

  • matfanjol matfanjol committed [r476]

    + The setup can create 32bit and 64bit (the default) installations

  • matfanjol matfanjol committed [r475]

    - TExecuteBackupThread.syncGetFormLabel: fixed compilation warning

  • matfanjol matfanjol committed [r474]

    - TfrmBackup: hidden the password because actually is not supported

  • matfanjol matfanjol committed [r473]

    + Added the new information about how to compile the program

  • matfanjol matfanjol committed [r472]

    - TRestoreJob.Restore: no more commit the transaction and close the database connection

  • matfanjol matfanjol committed [r471]

    + THorSQLScript: added the FHorOnSQLStatement member variable

  • matfanjol matfanjol committed [r470]

    + Added procedure TRestoreJob.OnDirective(Sender: TObject; Directive, Argument: AnsiString; var StopExecution: Boolean) to update the progress bar during the script execution

  • matfanjol matfanjol committed [r469]

    - TRestoreJob.Restore: Fixed the instructions to create the new user

  • matfanjol matfanjol committed [r468]

    * TRestoreJob.Destroy: uses FreeAndNil instead of just free

  • matfanjol matfanjol committed [r467]

    * TfrmRestore: renamed btnContiue into btnContinue

  • matfanjol matfanjol committed [r466]

    - TfrmBase.Unused: Fixed the type of the message not working on Linux

  • matfanjol matfanjol committed [r465]

    - TfrmNavigationExaminationsPeriodical.qListBeforeInsert: fixed warning message

  • matfanjol matfanjol committed [r464]

    + Added the LargeObjects.sql to manually checks large objects without connection to the documents

  • matfanjol matfanjol committed [r463]

    - TfrmEditDocuments: removed the qTempCreate: it is no more necessary

  • matfanjol matfanjol committed [r462]

    + hor_components: moved the resource strings inside the new horcomponentsmessages.pas

  • matfanjol matfanjol committed [r461]

    - hor_components: removed wrong source files inside the images folder

  • matfanjol matfanjol committed [r460]

    + Added procedure TfrmBase.Unused(const _Obj: TObject): dummy procedure to remove "Unused" warnings

  • Pedro Pedro committed [r459]

    Updated download pages

  • matfanjol matfanjol committed [r458]

    + Added the information regarding the nightly build inside the web pages

  • matfanjol matfanjol committed [r457]

    - Taken away the _BUILT_TO_CHECK_TRANSLATIONS_ define from the setup

  • Pedro Pedro committed [r456]

    Email change

  • Pedro Pedro committed [r455]

    Email change

  • matfanjol matfanjol committed [r454]

    Added the "HowToCompile.txt" file

  • matfanjol matfanjol committed [r453]

    + Added hor_components that contains customized components used by the program. (I'm trying to clean up the code and to make a little order...)

  • matfanjol matfanjol committed [r452]

    + TExecuteBackupThread: Added TNotifyDataActions, TNotifyDataSteps, TNotifyData and FNotifyData to use with the new UpdateMainForm method to call using Synchronize

  • matfanjol matfanjol committed [r451]

    + hor_usb_stick_medicaldata: Fixed the "Program to run" and "Parameters" labels, translated the options regarding what to do when the hor folder exists

  • matfanjol matfanjol committed [r450]

    * TSaveThread.Execute: The problems are sorted by pathology name and name (no more by "Needs regular checks")

  • matfanjol matfanjol committed [r449]

    * Updated Italian and English translations from the web site

  • matfanjol matfanjol committed [r448]

    + hor_messages: added rsTimeFormat, rsMsgLogStartOf and rsMsgLogEndOf

  • matfanjol matfanjol committed [r447]

    + The dump of the database starts to work on Windows (not tested in Linux yet)

  • matfanjol matfanjol committed [r446]

    - Removed temporary includes to debug

  • matfanjol matfanjol committed [r445]

    * TfrmUsbStick_MedicalData: the internal variable to use as parameter with the export path (%EP%) is now a word you can translate as you want

  • matfanjol matfanjol committed [r444]

    + hor_functions: Added the FUNC_GetFileSize function: Returns the size of the requested file

  • matfanjol matfanjol committed [r443]

    * Updated fixed translations from the web site ...

  • matfanjol matfanjol committed [r442]

    * Updated translations from the website

  • matfanjol matfanjol committed [r441]

    + Added the field "Updating" to the "tSettings"...

  • matfanjol matfanjol committed [r440]

    + TSQLScript: Line property public

  • matfanjol matfanjol committed [r439]

    * Updated translations from the website

  • matfanjol matfanjol committed [r438]

    + TfrmSubstituteExaminationName: takes a log of...

  • matfanjol matfanjol committed [r437]

    + Examination tips/notes/reminders

  • matfanjol matfanjol committed [r436]

    + Medical usb stick tips all together with some...

  • matfanjol matfanjol committed [r435]

    - Fixed a problem with the link to "Скачать" pa...

  • matfanjol matfanjol committed [r434]

    + Translated the missing Russian texts (thanks ...

  • matfanjol matfanjol committed [r433]

    + TfrmSubstituteExaminationName: it starts to w...

  • matfanjol matfanjol committed [r432]

    + Add progress bar information during the export

  • matfanjol matfanjol committed [r431]

    + tDocumentsFiles: added the FileDateTime field

  • matfanjol matfanjol committed [r430]

    * Updated English, Spanish, French and Portugue...

  • matfanjol matfanjol committed [r429]

    + Usb with medical data: Option to create ALSO/...

  • matfanjol matfanjol committed [r428]

    + prothesis: Fixed, half fixed, removable, manu...

  • matfanjol matfanjol committed [r427]

    + TDocuments.SaveAttachmentsIntoFolder: added a...

  • matfanjol matfanjol committed [r426]

    * Updated Italian and English translations

  • matfanjol matfanjol committed [r425]

    * Improved comments

  • matfanjol matfanjol committed [r424]

    + hor_usb_medical_data: qExaminations: extracts...

  • matfanjol matfanjol committed [r423]

    + TfrmEditDrugs_Prescriptions: added the method...

  • matfanjol matfanjol committed [r422]

    + drugs: quantity per box (to handle when to or...

  • matfanjol matfanjol committed [r420]

    Merged revision(s) 378-417 from trunk/website:

  • matfanjol matfanjol committed [r421]

  • Pedro Pedro committed [r416]

    *Minor adustments and corrections on fr and es ...

  • matfanjol matfanjol committed [r417]

    - Fixed the Spanish mailing list e-mail address

  • matfanjol matfanjol committed [r418]

    + KEL CHM Creator

  • matfanjol matfanjol committed [r419]

    Merged revision(s) 413 from branches/Alpha/00.0...

  • matfanjol matfanjol committed [r415]

    + Updated the links to the new version

  • matfanjol matfanjol committed [r414]

    - Fixed the monitor.JPG extension into monitor.jpg

  • Health Organizer Health Organizer released /Releases/Alpha/00.00.03.413/32bit/hor_setup_00_00_03_413.exe

  • Health Organizer Health Organizer released /Releases/Alpha/00.00.03.413/hor_00_00_03_413_src.zip

1 >