Is it possible to accomplish removing an order using say a button from within a custom form?
We currently have providers using a form to "click-to-add" an office visit level. Well there complaint is if they accidently click the wrong one it's "to many clicks to get it remove".
I have looked for this many times. I am certain the functionality does not exist.
I agree, it would fantastic to have this feature. I hope someone finds otherwise!
-James
Thank you! Yea after digging all day in help I figured it was time ask and see if anyone else has ran into this.
For the time being they'll get a button to launch the orders module.
What about this approach:
On your form that has all the one-click order buttons, create a "Review/Modify Orders" button. The button will be connection type=NewOrder, and then specify the custom list as the list of possible billing codes. Do you know how to create a orders custom list?
Then, if your doctor clicks that one button they will be shown a list of 30 or so order codes that they would just un-click (which one) and then click OK. Three clicks - one to retrieve the list, the second click to remove the mistaken choice, and the third click to ok the edit.
~Joe
There are few MEL functions related to order: MEL_ADD_ORDER, MEL_SIGN_ORDERS, UPDATE_ORDERS. The singed orders can be only canceled (by changing flag to cancel).
You probably can add button to call UPDATE_ORDERS() to "Opens the Update Orders window ".