I have Problem form that is going super slow for a provider. It also occasionally lists the same diagnosis as the last one selected in the data display of new problems, but when you go into the problem module, it is actually correct. It takes 12-15 seconds for anything to happen when a dx is selected, if I remove other forms from the encounter, the speed of that form increases.
The other weird thing is that I can't replicate the weird things outside of that department, but have witnessed them with my very own eyes..... (eyewitness is important!!) The speed of the form in the encounter on my computer is with a 6 second delay.
Anyone have any idea what the heck is going on? Are my multiple VFE forms competing with each other? Do I have a MEL error somewhere? Please HELP, it is driving this doctor crazy!!
Malissa
If it is only happening in that one department, there is probably a seperate unique form that you are using in that department? You probably have two functions that repeatedly call each other so you are running the same code in a loop for awhile. I would try to comment out functions one at a time (or in groups) until you can narrow down the culprit.
The weird part is that it doesn't happen when I open the encounter outside of the department. There is a bit of a lag, but not nearly as long. There are no forms in the encounter that are unique to that department only.... But, I will double check the functions just to be sure. Thanks!