Notifications
Clear all
Topic starter
I have a few providers who want a data field so they can tell when and if they have done their billing inside of their encounters. I have the data field attached to a MEL expression with the following statement:
find("Service","Providers name","Complete")
but it is not pulling in their charges. Any suggestions?
Posted : January 8, 2013 10:00 pm
Topic starter
I changed it to this
{ORD_BY_AUTHPROV("Providers name","C")} and it is pulling in the completed orders but all of them including labs and all from the past. I only want the current completed services.
Posted : January 8, 2013 11:37 pm