1) Ensure the ‘convert’ command is within the windows path(google this to see how set up the paths in xp). This means that if you open a windows command console, then typing convert will show some instructions on using the command. Then hopefully the convert command will now work in the openemr/interface/patient_file/report/custom_report.php script
2) If above 1) doesn’t work, then can try to hardcode the path (ie. c:\path\to\command\…) to the ‘convert’ command here on this line in openemr/interface/patient_file/report/custom_report.php file:
if (! is_file($to_file)) exec(“convert -density 200 ‘$from_file’ -append -resize 850 ‘$to_file’”);
Xiaoanri and Brady,
Since last night, we encounter the same error as that of Xiaonari. Did you both figure out the solution. Thanks. it is urgent that i can get the error resolve.
Well Thanks again Brady, I read your instruction and play around a bit and the error like that of Xiaoanri resolved; Thanks. but still can not get the imagemagick to work.
I am reporting another bug for the CAMOS, only in the 3.2.0 version. the “clone past visit” button is not working well. it will pull info from the very first encounter for the patient for you. the pull-down menu “back one visit, back two visit….” does not make any difference. This function works properly on version 3.0.1.
Also in prior (2.9x?) version the clone past visit function would pull the billing info from prior visit even if there was not a note generated with CAMOS, but version 3.0.1 would only pull billing code from encounters with CAMOS notes. I personally feel it is more convenient to be able to pull billing codes even if there was no CAMOS note, since often times the note is writen with other forms. Thank you.
wow,
The more i play around with CAMOS, the cooler it seems. Regarding your issues:
1) The clone past visit is working fine for me, and the back one visit etc. is working fine. Try it on both the 3.2.0 and 4.0.x demos at http://www.openmedsoftware.org/wiki/Main_Page#Demos
(Note, it is collecting the data from previous encounters. if still can’t get it working, let us know)
I’m gonna report two billing bugs regarding CAMOS:
-If use the billing function within CAMOS, then it does not authorize the billing codes
-When CAMOS pulls the billing codes via clone last visit, it does not include the justification code(s)
Hi Brady,
For the past 2 days, we still can not get the imagemagick to work; is there anyone else or have you successfully gotten it to work? Sincerely
Brady, thank you for your help. greatly appreciated. I somehow got the clone past visit function working on version 3.2.0 also, did not know what I did or did not do, but it is working. I also changed the code back for posting billing without an CAMOS note, will report if it does not working well. Regarding the billing function in CAMOS, I did not recall it ever justifies and authorize the code in the past, but it would be much more efficient to have the justification and authorization carried over…Thank you
Added support for authorization and justification to CAMOS stuff (I think this makes it more efficient). This stuff is included in the 3.2.0 patch that was released today (note the patch overwrites the files, so you’ll need to re-modify the new.php with your custom changes to grab billing without a CAMOS note): http://www.openmedsoftware.org/wiki/OpenEMR_Patches