You can subscribe to this list here.
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Phesto P. N. <phe...@go...> - 2021-12-17 08:29:25
|
Hello Members We are currently conducting a study that aims to optimise User Experience (UX) in the development processes of Free and Open-source software (FOSS), including OpenEMR. This study believes that delivering projects of this nature with desirable UX is an organisational effort. Therefore, precisely comprehending what make FOSS projects with desirable UX, integrating them in the development processes, and optimally assessing these processes are mandatory. UX is still ambiguous and what create several FOSS projects with desirable UX are still unknown. Moreover, although these projects offer immense contributions, they are not widely adopted, and UX is recurring as the significant cause of ongoing adoptions misfortune. The FOSS community has not done enough to address these challenges. Therefore, to dig deeper into this problem, we have developed a questionnaire with several UX influencing factors seeking FOSS stakeholders' perceptions. The developed questionnaire provides evidence rather than opinions when capturing insights into how stakeholders in the FOSS community perceive UX influencing factors. Furthermore, it is the derivative of several psychometric scales, such as AttrakDiff, VisAWI, SUS, UEQ, meCUE, and reviewed literature. We kindly request that the network feel free and offer candid feedback by completing the appraisal in the link shown below. https://forms.gle/rzLcEwj3LpPkci3p7 -- | Phesto P Namayal | P.O. Box 40673 | Dar es Salaam. Tanzania | |email: pna...@mu... |website: http://www.mustnet.ac.tz |
From: <j.h...@se...> - 2017-02-06 05:34:00
|
RESOLVED. Thank you. jh ---------- Původní zpráva ---------- Od: j.h...@se... Komu: ope...@li... Datum: 5. 2. 2017 11:43:20 Předmět: [Openemr-users] Forms don't open "Dear All, Pls advise what to check & do to get the Forms working. When I click Administration => Other => Forms, nothing happens and the Load Indicator (bottom right) shows only 10%... :( Thank you so much! BR, jh ---------------------------------------------------------------------------- -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Openemr-users mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/openemr-users " |
From: <j.h...@se...> - 2017-02-05 08:43:15
|
Dear All, Pls advise what to check & do to get the Forms working. When I click Administration => Other => Forms, nothing happens and the Load Indicator (bottom right) shows only 10%... :( Thank you so much! BR, jh |
From: <j.h...@se...> - 2017-02-05 07:25:55
|
Dear Experienced Colleagues, I liked OpenEMR when I found it and thank you all for such a great job done... :) I believe that it could be an excellent tool for integrating healthcare units for exchanging patients. But when I installed it, I'm not sure whether it's really so and how to configure it. Target Vision: There is a set of healthcare units (Unit) which exchange patients among each other for executing special examinations (e.g. X-ray, CT, MRI, Lab tests etc.) and treatment (like e.g. Proton Therapy) and payments for the actions done. Vision Scenario: I suppose that when any Unit wants to execute some action which it cannot do itself, it orders that action in other Unit and enables it seeing patient's health documentation (records). When the Action is done with the patient, the result is stored in OEMR and the amount paid by the patient is shared among the patient sender (e.g. 20%) and the Unit which made the ordered action (e.g. 80%). When the sender can see the result in OEMR, he either orders next Action (from any Unit) or invites the patient for the next visit. Q1: Can my vision above be implemented by means of OEMR ? Q2: Can results from X-ray, CT, MRI, Ultrasound, Labs etc. be stored in OEMR and seen by another user? (If not, can we integrate Open Source viewers?) When I installed OEMR (v. 4.2.2. under Debian 8) and read docs, I haven't found how to add healthcare providers (Units), neither how to configure the Vision Scenario and sharing the paid amounts (e.g. 20/80%). Q3: How to add healthcare providers (Units) in OEMR? Q4: Can payments for ordered actions be done among the Units? If so, how to configure such functionality ? Q5: Can we do payment transactions by Mobile Payment system? If so, how to intehrate it with OEMR ? Thank you so, so much... BR, jh |
From: Majeed I. <mai...@gm...> - 2016-12-12 04:15:14
|
mai...@gm... |
From: George <ge...@ho...> - 2015-12-15 01:30:32
|
I am a newbie to openemr and will like to be a member of the forum so I can post questions about what I don't know about openemr. George |
From: Susheel J. <Sus...@Co...> - 2015-11-07 21:46:57
|
Dear OpenEMR Developer and User Community, We would appreciate your guidance on how to access OpenEMR via reverse proxy load balancer HAProxy. We have set up OpenEMR with Apache HTTP server (2.4.12) and MariaDB (10.0.16). · We are able to access and log into OpenEMR within company’s internal network athttp://openemr.local.domain. · We have configured reverse proxy load balancer (HAProxy) to access OpenEMR athttp://<FQDN>/openemr/. Unfortunately, we are unable to access it via HAProxy in various test cases described below. Our investigation suggests internal hyperlinks of OpenEMR are not accessible via HAProxy. What coding or other steps do we need to do solve this issue? +++++++++++++++++++++++++++++++++ TEST CASE 1: =========== With the original source code (no changes) of OpenEMR, we are able to access and login into the product within company’s internal network via local DNS. But we cannot access the product externally through reverse proxy HAProxy. In HAProxy access logs, the prefix /openemr gets deleted after a few lines (see line#4 in logs below) in internal hyperlinks of the product. To test, we added this line to ../openemr/interface/login/ login_frame.php <?php print_r($rootdir);?> Output on page = /interface TEST CASE 2: =========== When we manually input the path as below in ../interface/globals.php, we are able to access the product from WAN through reverse proxy HAProxy. But we cannot access it within company’s internal network via local DNS. In logs below, the prefix /openemr appears in internal hyperlinks of the product. Line 67: $webserver_root = "/usr/local/openemr"; Line 68: $web_root = "/openemr"; To test, we added this line to ../openemr/interface/login/ login_frame.php <?php print_r($rootdir);?> Output on page = /openemr/interface +++++++++++ Info.Log of reverse proxy load balancer HAProxy ++++++++ CASE 1: With the original OpenEMR source code installed, we are able to access it within company’s internal network via local DNS. But we cannot access the product externally through HAProxy. Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /openemr/interface/login/login_frame.php?site=default HTTP/1.1" 200 1159 "" "" 62551 160 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 28 0 1 13 42 ---- 1 1 0 1 0 0 0 "" "" Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /openemr/interface/login/login_frame.php?site=default HTTP/1.1" 200 1159 "" "" 62551 160 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 28 0 1 13 42 ---- 1 1 0 1 0 0 0 "" "" Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /openemr/interface/themes/login.css HTTP/1.1" 304 129 "" "" 62551 202 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 10 0 1 0 11 ---- 1 1 0 1 0 0 0 "" "" #4: Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /openemr/interface/themes/login.css HTTP/1.1" 304 129 "" "" 62551 202 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 10 0 1 0 11 ---- 1 1 0 1 0 0 0 "" "" #5: Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /interface/login/filler.php HTTP/1.1" 503 213 "" "" 62551 214 "webapps-frontend~" "webapps-backend" "<NOSRV>" 2 -1 -1 -1 2 SC-- 2 2 0 0 0 0 0 "" "" Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /interface/login/filler.php HTTP/1.1" 503 213 "" "" 62551 214 "webapps-frontend~" "webapps-backend" "<NOSRV>" 2 -1 -1 -1 2 SC-- 2 2 0 0 0 0 0 "" "" Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /interface/login/login_title.php HTTP/1.1" 503 213 "" "" 62557 222 "webapps-frontend~" "webapps-backend" "<NOSRV>" 4 -1 -1 -1 4 SC-- 3 3 0 0 0 0 0 "" "" Oct 30 18:25:42 localhost haproxy[18120]: 192.168.100.153 - - [30/Oct/2015:23:25:42 +0000] "GET /interface/login/login_title.php HTTP/1.1" 503 213 "" "" 62557 222 "webapps-frontend~" "webapps-backend" "<NOSRV>" 4 -1 -1 -1 4 SC-- 3 3 0 0 0 0 0 "" "" --------- CASE 2: When we manually input the path, we are able to access the product externally through HAProxy. But we cannot access it within company’s internal network via local DNS. The prefix /openemr appears in internal hyperlinks of the openemr. Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/ HTTP/1.1" 302 235 "" "" 63715 211 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 35 0 0 1 36 ---- 1 1 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/ HTTP/1.1" 302 235 "" "" 63715 211 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 35 0 0 1 36 ---- 1 1 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/login_frame.php?site=default HTTP/1.1" 200 1214 "" "" 63715 248 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 2 0 0 13 15 ---- 1 1 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/login_frame.php?site=default HTTP/1.1" 200 1214 "" "" 63715 248 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 2 0 0 13 15 ---- 1 1 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/filler.php HTTP/1.1" 200 750 "" "" 63715 264 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 13 0 0 11 24 ---- 5 5 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/filler.php HTTP/1.1" 200 750 "" "" 63715 264 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 13 0 0 11 24 ---- 5 5 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/login_title.php HTTP/1.1" 200 659 "" "" 63718 286 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 2 0 1 10 13 ---- 3 3 1 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/login_title.php HTTP/1.1" 200 659 "" "" 63718 286 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 2 0 1 10 13 ---- 3 3 1 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/login.php HTTP/1.1" 200 3907 "" "" 63719 287 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 2 0 0 34 36 ---- 3 3 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /openemr/interface/login/login.php HTTP/1.1" 200 3907 "" "" 63719 287 "webapps-frontend~" "subdomain_p1-backend" "openemr.vm0" 2 0 0 34 36 ---- 3 3 0 1 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /favicon.ico HTTP/1.1" 503 213 "" "" 63719 324 "webapps-frontend~" "webapps-backend" "<NOSRV>" 27 -1 -1 -1 27 SC-- 2 2 0 0 0 0 0 "" "" Nov 4 13:07:30 localhost haproxy[5246]: 192.168.100.153 - - [04/Nov/2015:19:07:30 +0000] "GET /favicon.ico HTTP/1.1" 503 213 "" "" 63719 324 "webapps-frontend~" "webapps-backend" "<NOSRV>" 27 -1 -1 -1 27 SC-- 2 2 0 0 0 0 0 "" ""Thank you. Sincerely, Susheel Jalali www.Coscend.com |
From: Alan K. <km...@gm...> - 2015-06-11 06:30:55
|
Any attempt to change the Administration facility parameters, such as when I change the facility name to ‘KMD’, provokes an error message as follows: ERROR: query failed: update facility set name=‘KMD', phone='000-000-0000', fax='000-000-0000', street='', city='', state='', postal_code='', country_code='', federal_ein='', website='', email='', color='#99FFFF', service_location='1', billing_location='1', accepts_assignment='', pos_code='01', domain_identifier='', facility_npi='', attn='' , primary_business_entity='' , tax_id_type='EI' where id='3' /Library/WebServer/Documents/openemr/interface/usergroup/facilities.php at 60:sqlStatement I am using OS X 10.10.3 MySql Server version: 5.6.25 What should I do to correct the error? |
From: parthasarathy v. <pv...@ya...> - 2015-02-23 07:04:59
|
Hi, I would like to add a few items to the form_vitals tables. Besides the table and the form input , where else should the modifications be done? Any other undesirable side effects to be expected from this? Venkat |
From: Roland G. <ro...@th...> - 2014-07-02 11:58:10
|
I have moved this question to the developer list, since it seems to be more relevant there. |
From: Roland G. <ro...@th...> - 2014-07-02 11:41:30
|
Here's the problem: *We need to give a user access to the dispensing function of the the pharmacy, without allowing that user to change the prescriptions. However, if the prescription allows substitutions, then the user must be able to make and record those. But this user should not be able to see patient records and other confidential information.* The application is in a clinic where there are a team of doctors and nurses as well as an inhouse pharmacy. There is no billing taking place. I practice and member would come to reception, be "signed in", see the doctor (who records the condition(s), treatment(2) and prescription(s). The patient then goes to the pharmacy to collect his medicines. At this stage, the pharmacy nurse should not be able to "do" anything else except fulfilling the prescription. This is crucial both in minimising mistakes and combating fraud. I have read through many of the posts pertaining to ACL's, but haven't found a solution yet. The suggestion to create a second admin account doesn't work, since it is way too risky. The users are not tech savvy enough to allow this level of power in the system. Lastly, should I rather move this question to the developers list, since if might require some coding? thanks & regards Roland Giesler [image: Greentree.jpg] <http://www.thegreentree.za.net/>Green Tree Systems <http://www.thegreentree.za.net/> <http://www.connection-telecom.com/our-solutions/telviva> <http://www.laserfiche.com> Stellenbosch, South Africa Mobile: +27 72 450 2817 Fax: +27 86 551 5629 Office: +27 21 883 8008 ------------------------------ *Please note: Regretfully we are unable to accept email disclaimers. Unless otherwise agreed in advance, all mail sent to thegreentree.za.net <http://thegreentree.za.net> becomes ours (generally like anything else sent to us) and we are free to deal with in any manner we see fit. If you disagree with this, please consider communicating with us in a way you may find more suitable.* ------------------------------ <http://www.facebook.com/greentreesystems> <https://www.linkedin.com/company/green-tree-systems-trust> <http://www.thegreentree.za.net/> <http://twitter.com/rgslr> @rgslr <http://twitter.com/rolandgiesler> <http://www.google.com/calendar/hosted/thegreentree.za.net/embed?src=roland%40thegreentree.za.net&ctz=Africa/Johannesburg> Calendar <http://www.google.com/calendar/hosted/thegreentree.za.net/embed?src=roland%40thegreentree.za.net&ctz=Africa/Johannesburg> Contact: [image: Google Talk] rolandgiesler [image: Skype] rolandgiesler |
From: Adriano S. O. <as_...@ho...> - 2014-06-09 02:28:48
|
Dear friends, I'm pretty new here. I'd like to know if there is someone using this software in Brazil. Thanks Adriano |
From: Jose Q. <jm...@cu...> - 2014-05-05 14:17:14
|
Hi, Is there a write up on ldap authentication with Openemr. I would really appreciate any help with this... Thanks, Jose |
From: harshal p. <pat...@gm...> - 2014-05-01 07:05:04
|
Hi, I have installed openemr on RedHat Linux instance. Everything seems to work fine except for the CCD/CCR export feature. When I try to export a report for a patient I get a 500 internal error. This seems to happen when it makes a call to createCCR.php. Any thoughts why? Regards, Harshal |
From: Wells, S. S. <ss...@we...> - 2014-04-29 22:33:15
|
Hi, Working with OpenEMR and trying to figure out the best way to query data - is there a formal API? Thanks, Steve Steve Wells Principal Software Developer West Health Institute ss...@we...<mailto:ss...@we...> T: 858.412.8644 C: 760.525.2574 westhealth.org<http://www.westhealth.org/> | @westhealth<http://www.twitter.com/westhealth> Confidentiality: This email message, including any attachments, is for sole use of the intended recipient and may contain confidential and privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and delete the original and all copies of this email. |
From: harshal p. <pat...@gm...> - 2014-04-25 12:02:11
|
Hello Everyone, I am new to OpenEMR. I have installed OpenEMR 4.1.2 on my machine based on the instructions provided. It seems to work fine except for the following - There seem to be certain tables that do not exists. Error: Table 'openemr.rule_action_item' doesn't exist Error: Table 'openemr.procedure_order' doesn't exist Any idea how could this be resolved. Here are some of my settings - sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" My php.ini config are exactly as - http://www.open-emr.org/wiki/index.php/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29.3F I also logged into mysql and looked for the tables. There are 159 tables in total within openemr database. These tables are not present in that list. Regards, Harshal |
From: Wells, S. S. <ss...@we...> - 2014-04-21 16:56:10
|
Hi, I'm receiving the following error when attempting to login from /emr/interface/main/main_screen.php?auth=login&site=default Fatal error: Cannot redeclare password_hash() in /usr/local/west/openemr-4.1.2/library/authentication/password_hashing.php on line 104 I encountered something similar with setup.php and simply commented out the require_once line for the time being but I've not yet found another point of inclusion that could lead to this error. Thanks, Steve Steve Wells Principal Software Developer West Health Institute ss...@we...<mailto:ss...@we...> T: 858.412.8644 C: 760.525.2574 westhealth.org<http://www.westhealth.org/> | @westhealth<http://www.twitter.com/westhealth> Confidentiality: This email message, including any attachments, is for sole use of the intended recipient and may contain confidential and privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and delete the original and all copies of this email. |