Notifications
Clear all
Topic starter
Does anyone have a report that shows what banner is being used by what user in Centricity EMR?
Thanks in advance.
Posted : June 7, 2016 6:04 am
This works in Oracle:
select firstname, lastname, prefvalue, grouplist from ml.pref, ml.usrinfo where groupid = pvid and prefname = 'BANNERPREF'
and status = 'A' order by pref.prefvalue
Posted : June 7, 2016 12:19 pm