I just stumbled upon MEL_SEND_FLAG where I can automatically send a flag or alert to a doctor. (By the way, wonder where a more up-to-date guide would be - mine did not have this function listed?)
Anyway, PATIENT.RESPPROVID will give me "Henry Blake, MD"... but how can I get to the person's login-name?
Perhaps for a Care Alert, it may not be as important since may not be needing action from a specific person. But for a flag, I imagine something major that the MA wants to make sure the doctor sees when he comes into the exam room.
Thanks.
joeg1962 said:
I just stumbled upon MEL_SEND_FLAG where I can automatically send a flag or alert to a doctor. (By the way, wonder where a more up-to-date guide would be - mine did not have this function listed?)
Anyway, PATIENT.RESPPROVID will give me "Henry Blake, MD"... but how can I get to the person's login-name?
Perhaps for a Care Alert, it may not be as important since may not be needing action from a specific person. But for a flag, I imagine something major that the MA wants to make sure the doctor sees when he comes into the exam room.
Thanks.
What about USER.LOGINNAME? Do you have anyone that can do a SQL trace for you to determine the log in name?
Laurie
You can also look in Admin for the log in name or run this SQL:
select *from USRINFO
whereLoginName like '%(3 letters of user name)%'