juggernautsei wrote on Tuesday, February 16, 2016:
Has anyone updated the drug search feature that is in the prescription form?
juggernautsei wrote on Tuesday, February 16, 2016:
Has anyone updated the drug search feature that is in the prescription form?
fsgl wrote on Wednesday, February 17, 2016:
I vaguely remember that 4.0 had it. Perhaps MU had something to do with its disappearance.
If the conjecture is correct, we may have to wait until MU2 has been sorted out.
bradymiller wrote on Wednesday, February 17, 2016:
Hi Sherwin,
Thanks for contributing the fix for this:
I just committed this to the codebase (it will also be in the 4.3.0 release).
-brady
OpenEMR
mindfeeder wrote on Monday, February 22, 2016:
Funny, I had just fixed this a few days ago too… for whatever it’s worth; this was my fix for the $url query…
$url = "http://www.rxlist.com/script/main/srchcont_rxlist.asp?cat=rx-desc&src=".
This will populate more results than the current fix by Sherwin. However, it’s still not parsing the generic name out properly.
mindfeeder wrote on Monday, February 22, 2016:
I’m not well versed enough to fix it atm but, this is what the site is spitting out.
Instead of reworking this old code; wouldn’t it be better to use something like phpQuery ? I maybe way off but, it would seem easier than this token parsing and could be used throughout OpenEMR…
Zend is already in there; no other dependencies needed. Just a thought…
bradymiller wrote on Tuesday, February 23, 2016:
Did the current fix that is in OpenEMR parse out the generic name properly?
-brady
mindfeeder wrote on Tuesday, February 23, 2016:
It did not on my builds. 4.3-1 and 4.3. I don’t have anything running 4.2 atm…
juggernautsei wrote on Wednesday, March 02, 2016:
Mindfeeder,
If you have the time and resources to build a new code base for this feature. My suggestion is to do so. There are a lot of areas with aging code that needs to be replaced. The more of us that are working on replacing old code the better in my opinion.