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
searching for patient by thier wireless Number/Mobile
-
- Posts: 74
- Joined: Fri Apr 02, 2010 2:26 pm
Re: searching for patient by thier wireless Number/Mobile
How about this little down and dirty query?
SELECT PatNum, WirelessPhone from Patient
WHERE WirelessPhone = '(###)-### ####'
# add phone number above
drtmz
SELECT PatNum, WirelessPhone from Patient
WHERE WirelessPhone = '(###)-### ####'
# add phone number above
drtmz
- Hersheydmd
- Posts: 705
- Joined: Sun May 03, 2009 9:12 pm
Re: searching for patient by thier wireless Number/Mobile
You don't need to. The phone field in the Search for Patients window will search all phone numbers, home, work & wireless.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
Robert M Hersh DMD, FAGD
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
-
- Posts: 74
- Joined: Fri Apr 02, 2010 2:26 pm
Re: searching for patient by thier wireless Number/Mobile
Thankssssssss really 

Re: searching for patient by thier wireless Number/Mobile
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.