Notifications
Clear all
Topic starter
Has anyone every been able to put the financial class in the patient banner?
Posted : July 19, 2012 8:09 am
I did this once in a test system. You can alter a view (I think it was vPatientProfile) and point an unused column like medrecno at a different table. Then you can access your new data in the patient banner with the {Patient.MEDRECNO} variable. Don't risk joining to more than one row or you'll really screw it up. Not recommended for production of course.
Posted : November 12, 2012 3:04 am