system
(system)
May 4, 2016, 1:58pm
21
juggernautsei wrote on Wednesday, May 04, 2016 :
Found the possible issue but I don’t know what can be done about it.
In the image attached, the top is your screenshot and the bottom is mine. There is a == $0 being injected. I have no such injection.
I believe the == $0 is breaking the CSS. I checked the code and did not find the anomaly.
system
(system)
May 4, 2016, 2:06pm
22
arnabnaha wrote on Wednesday, May 04, 2016 :
Ok…so it gets automatically inserted…hope you will be able to find a solution soon. is it to do with windows??
system
(system)
May 4, 2016, 3:34pm
23
juggernautsei wrote on Wednesday, May 04, 2016 :
Arnab,
replace from about line 199 with
<?php echo $pid; ?><?php echo $pdata['DOB']; ?><?php echo $pdata['sex']; ?><?php echo $pdata['fname'] ." ". $pdata['lname']; ?><?php echo $pdata['street'] ; ?><?php echo $pdata['city'].",".$pdata['state'].",".$pdata['postal_code']; ?><?php echo $pdata['phone_home']; ?>
I suspect a rogue return carriage.
Copy and paste this in with no carriage returns. It should be all one line.
system
(system)
May 4, 2016, 3:47pm
24
arnabnaha wrote on Wednesday, May 04, 2016 :
yes…its all in a line now…
system
(system)
May 4, 2016, 4:07pm
25
juggernautsei wrote on Wednesday, May 04, 2016 :
Here, please replace whole file.
system
(system)
May 4, 2016, 4:10pm
26
arnabnaha wrote on Wednesday, May 04, 2016 :
gives me an error on php error log
04-May-2016 21:39:41 Asia/Kolkata] PHP Fatal error: Call to undefined function getProcedureProviders() in C:\xampp\htdocs\openemrtest\interface\forms\requisition\new.php on line 66
system
(system)
May 4, 2016, 4:14pm
27
arnabnaha wrote on Wednesday, May 04, 2016 :
commented out that error line no 66 and the result is attached -
system
(system)
May 4, 2016, 4:47pm
28
arnabnaha wrote on Wednesday, May 04, 2016 :
Hi Sherwin…
I have resolved the issue…the table width needs to be increased a bit to contain the longer addresses of the patients.
Now it will be onto you as a developer to develop a nice way of automatically adjusting the width of the table to fit the longer addresses of the patient and the inurance company too.
Attachments here
system
(system)
May 4, 2016, 4:48pm
29
arnabnaha wrote on Wednesday, May 04, 2016 :
It works great with width:500px; too
system
(system)
May 4, 2016, 7:17pm
30
arnabnaha wrote on Wednesday, May 04, 2016 :
Need few Answers -
If I select two or more procedures by clicking on Add Procedure button in a single procedure order, will the requisition show both the procedure name? if yes, its not doing so, its showing only the first one in the procedure order. See Attachment
If I delete the procedure from the encounter, the requisition should not show itself. This is not the case. It remains populated with the data even after deletion of the procedure order form from the encounter.
system
(system)
May 9, 2016, 6:38pm
31
system
(system)
May 12, 2016, 7:02pm
32
juggernautsei wrote on Thursday, May 12, 2016 :
Right now the requision only handles single orders. Have not developed the multi order feature as of yet.
Number two is a bug I have just fixed by adding the encounter to the function.
system
(system)
August 26, 2016, 4:49pm
33
juggernautsei wrote on Friday, August 26, 2016 :
I have worked out the system to insert all the order for a patient visit. Will be posting the code for inclusion and review.
feysal
(Feysal Abdullah)
November 13, 2017, 6:53am
34
where can i find these two file patient.inc and new_form.php
tried used the files from GitHub - juggernautsei/openemr: Mirror of official OpenEMR Sourceforge repository
not working
Hello feysal,
The files are in following location,
openemr/library/patient.inc
openemr/interface/patient_file/encounter/ new_form.php
Thanks,
ViSolve
feysal
(Feysal Abdullah)
November 13, 2017, 7:46am
36
Thanx for such a quick reply
but where can I download these modified files was what I ment
@feysal ,
You can get files from offical OpenEMR Git repository (GitHub - openemr/openemr: OpenEMR is the most popular open source electronic health records and medical practice management solution. ONC certified with international usage, OpenEMR's goal is a superior alternative to its proprietary counterparts. )
Git does not support downloading parts of the repository. So follow these steps for downloading the file,
Go to the file you want to download.
Click it to view the contents within the GitHub UI.
In the top right, right click the Raw button.
Click Save link as and save the file.
Thanks,
ViSolve