Was wondering if there might be a better suggestion or where I can find what I need? Currently setting up an autofax program for communication of office visits to Primary/Referring docs. Because our patients see multiple docs in one day for different reasons (ortho, neuro, plastics, etc....), we need to assign the pcp/ref md id#s to an OBS signed at the end of the office visit. The id# is then pulled at the end of the night and the visit faxed automatically to the desired caregivers. In my form, I am pulling the ref md id# using
find("Patient","refMDID") - needs truncated since it returns two digits past the decimal.
I am having trouble doing the same with the PCP. Has anyone tried this or any suggestions? Thank you in advance for any advice.