Page 1 of 1
searching for patient by thier wireless Number/Mobile
Posted: Wed Feb 16, 2011 12:58 pm
by alhalwachi
Hi everyone
In the "Select Patient" form, how can i search for patients with thier wirelss numbers/Mobile numbers? In other words, how can i add an extra seach filtering field such as the patient WirelessPh PatDetails into the form?
Thanks
Re: searching for patient by thier wireless Number/Mobile
Posted: Wed Feb 16, 2011 2:06 pm
by drtmz
How about this little down and dirty query?
SELECT PatNum, WirelessPhone from Patient
WHERE WirelessPhone = '(###)-### ####'
# add phone number above
drtmz
Re: searching for patient by thier wireless Number/Mobile
Posted: Thu Feb 17, 2011 2:14 pm
by Hersheydmd
alhalwachi wrote:Hi everyone
In the "Select Patient" form, how can i search for patients with thier wirelss numbers/Mobile numbers? In other words, how can i add an extra seach filtering field such as the patient WirelessPh PatDetails into the form?
Thanks
You don't need to. The phone field in the Search for Patients window will search all phone numbers, home, work & wireless.
Re: searching for patient by thier wireless Number/Mobile
Posted: Wed Mar 30, 2011 2:53 pm
by alhalwachi
Thankssssssss really

Re: searching for patient by thier wireless Number/Mobile
Posted: Wed Mar 30, 2011 4:30 pm
by irfan
yep.. its nice when the phone rings and i wanna know who the front desk is talking to.. just look at the caller id, punch in #, voila.