Next OpenEMR Release

bradymiller wrote on Thursday, August 18, 2016:

Hi,

Next OpenEMR release will be happening after get full MU2 certification (goal is to get the release out by 9/30/16; guessing the chances of getting it out by then is 50/50).

We have an opportunity here to bump up the version rather than using 4.3.1. Could bump it up to 5.0.0 since we will then be stuck in 5.0.x for a while to fulfill the full MU2 certification.

Thoughts?

-brady
OpenEMR

bradymiller wrote on Friday, August 19, 2016:

Hi,
Will assume that no reply is the go ahead to bump up the next release to 5.0.0 . Will likely change this over the next several days unless there is disagreement with this plan.
thanks,
-brady
OpenEMR

bradymiller wrote on Saturday, August 20, 2016:

ok,

The OpenEMR development version has been officially set to 5.0.0 :slight_smile:

Will open a new thread in the near future for tracking/managing the upcoming 5.0.0 release (guessing it will be released in 1-2 months). The 2 remaining big goals of this release will be gettting the Full MU2 certification and also getting in Ray’s eye form.

If there are any other goals we should include, post them here.

thanks,
-brady
OpenEMR

sunsetsystems wrote on Saturday, August 20, 2016:

I’m working on porting in some more client work. This round relates mostly to LBF stuff and includes nesting of field groups within other groups.

After that, if there is time before the release, some major improvements related to checkouts.

Rod
http://www.sunsetsystems.com/

van2010 wrote on Monday, August 22, 2016:

Will it be possible to add a function to copy old prescriptions and modify to fit what we need (from the same patient)? Also, can we have a way to save the most common Rx that any practice uses (similar to the fee sheet)? They will speed up the Rx process. Just some of my wishes. Thanks.

juggernautsei wrote on Monday, August 22, 2016:

This one we have been using for a while. I will post the code for inclusion.

van2010 wrote on Monday, August 22, 2016:

Great! thank you.

juggernautsei wrote on Wednesday, August 31, 2016:

I just found your thread again, I am going to book mark it this time so I can get you this modification. Apologies for the delay.

RxRefill Patch

Download this patch. Backup your files. Copy these files to their respective folders.
Let me know if this does what you are looking to do.

The patch is for 4.2.2.

van2010 wrote on Wednesday, August 31, 2016:

I appreciate you.

van2010 wrote on Thursday, September 01, 2016:

I did the copy and replace to the respective folders. At the Rx screen, I check the previous medication and click on “Re-issue (Rx)”. The screen flickers but nothing else happens. What else do I need to do?

juggernautsei wrote on Friday, September 02, 2016:

I’ll see if I left anything out and get back to you on Tuesday

van2010 wrote on Friday, September 02, 2016:

Thank you. Have a good Labor Day weekend!

juggernautsei wrote on Saturday, September 10, 2016:

Hi, I got around to the patch and added the file that had been left out. Please download the patch again and let me know if it works for you now.

van2010 wrote on Monday, September 12, 2016:

Thanks. I download and add all the files and still not works. The screen just quickly flashed and nothing happens. Would you check again? I’m sorry to inconvenience you so much.

mdsupport wrote on Wednesday, September 14, 2016:

Not sure how big impact bootstrap will have on lbf since lbf functions generate full html code that uses classes like label, data, text etc. When we added bootstrap to patient portal, it instantly modernized the look and feel but we had display issues where lbf functions were used. Surely the rest of codebase is bound to have similar instances but since lbf code generation is centralized, it may be good to prefix these as lbf_label, lbf_data, lbf_text etc. in the next release.

juggernautsei wrote on Tuesday, October 04, 2016:

This is no inconvenience. It is an exercise in getting things right. The flashing quickly means it is trying to work. I did this mod so long ago, I have forgotten all the pieces that went into it so thanks for your patience.

van2010 wrote on Wednesday, October 05, 2016:

Thanks. I’m looking for further instruction when you have it ready.

juggernautsei wrote on Thursday, October 20, 2016:

When you said:
“function to copy old prescriptions and modify to fit what we need (from the same patient)?”

Do you mean to copy an inactive drug?

Can you give a little more detail on how this feature would work so I can build it?