
FreeDiams
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
FreeDiams is free, open source, mutil-platform prescriber and drugs interaction tester. It can be used in current practice.
It is developed by medical doctors and is intended for use by these same professionals. It can be used alone to prescribe and / or test drug interactions within a prescription. It can be linked to any application thanks to its command line parameters.
FreeDiams can use several drugs database. Are available (v0.8.0): FR, CA, US, BE and ZA drugs databases.
FreeDiams MUST NOT BE USED for automedication. Please, consult your doctor.
Code is based on C++/Qt 4.8+, and is available on google code.
FreeDiams is part of the FreeMedForms project.
http://www.freemedforms.com/
7 years ago
Full changelog on website.
Announcement/Changelog:
http://www.freemedforms.com/
Since git version from 23 Dec 2012, the project is fully compatible with Qt4.8+ and Qt5.0
7 years ago
Full changelog on website.
Announcement/Changelog:
http://www.freemedforms.com/
Since git version from 23 Dec 2012, the project is fully compatible with Qt4.8+ and Qt5.0
gohanz
10 years ago
Happy New Year!
http://www.slacky.eu/aadm/pkgs/index.php?ver=14&pkgname=freediams&pkgver=0.5.2
Report
gohanz
10 years ago
I see the build instructions on http://ericmaeker.fr/FreeMedForms/doc/buildinstructions.html
Ok i'm using this line on a build script
qmake freediams.pro -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$PKG/usr"
make && make install
where $PKG is a temp directory
The package is built without problem, but after installation the program exit with this error.
>freediams
freediams: error while loading shared libraries: libAggregation.so.1: cannot open shared object file: No such file or directory
Note that i have all libraries installed under /usr/lib/freediams
The program start only if i copy all libraries on /usr/lib, the standard libraries path.
Sorry for English. Can you help me?
Report
ericmaeker
10 years ago
> I see the build instructions on
> http://ericmaeker.fr/FreeMedForms/doc/buildinstructions.html
Ah yes I have to update this page.
> Ok i'm using this line on a build script
> qmake freediams.pro -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$PKG/usr"
add at the end
"LOWERED_APPNAME=freediams"
And all will be fine with the libs.
Now you have to create the translations (before the make install step) with:
lrelease global_resources/translations/*.ts
> make && make install
> where $PKG is a temp directory
No problem
> Can you help me?
Hope this will solve your problem.
Can you help me too ? Does the package your trying to build be available in a repository of some king of ? If yes, where ?
You can use the mailing list: [email protected] to contact us.
Thanks
Report
gohanz
10 years ago
Yes the package will be available, as soon as possible, on http://www.slacky.eu/ repository.
Report
ericmaeker
10 years ago
Updated the build instructions:
-> http://www.freemedforms.com/en/code/buildsystem
Report
gohanz
10 years ago
I see the build instructions on http://ericmaeker.fr/FreeMedForms/doc/buildinstructions.html
Ok i'm using this line on a build script
qmake freediams.pro -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$PKG/usr"
make && make install
where $PKG is a temp directory
The package is built without problem, but after installation the program exit with this error.
>freediams
freediams: error while loading shared libraries: libAggregation.so.1: cannot open shared object file: No such file or directory
Note that i have all libraries installed under /usr/lib/freediams
The program start only if i copy all libraries on /usr/lib, the standard libraries path.
Sorry for English. Can you help me?
Report
mnurolcay
11 years ago
Report
ericmaeker
11 years ago
Or you can work in INN style which is internationnal.
You can build your own database using my documentation and send it to me. I'll make by best to add your db.
Thanks
Eric
Report
ericmaeker
11 years ago
Or you can work in INN style which is internationnal.
You can build your own database using my documentation and send it to me. I'll make by best to add your db.
Thanks
Eric
Report