Search found 216 matches

by irfan
Thu Sep 29, 2022 5:29 am
Forum: Main Forum
Topic: Quickbook Online per clinic?
Replies: 0
Views: 2383

Quickbook Online per clinic?

Is the QBO integration available per clinic, or is it just one integration per database? We use different logins per clinic. Thanks.
by irfan
Sat Nov 07, 2020 7:43 am
Forum: Main Forum
Topic: Radiographs and Intraoral Cameras
Replies: 56
Views: 110514

Re: Radiographs and Intraoral Cameras

Now what are the chances this will work using a remote app session instead of a local instance of OD? 0? Or slightly above 0?
by irfan
Mon Jun 22, 2020 6:13 pm
Forum: Developers
Topic: update patient medication
Replies: 2
Views: 4409

Re: update patient medication

thanks Chris!
by irfan
Sat Jun 20, 2020 6:53 am
Forum: Main Forum
Topic: Moving away from plug-ins
Replies: 10
Views: 26309

Re: Moving away from plug-ins

Seems like the best solution is to make the API much more complete. Allow get/post/put of many many more tables and a lot of plugins can be deprecated.
by irfan
Fri Jun 19, 2020 12:07 pm
Forum: Main Forum
Topic: Plugin to open vip.invisalign.com
Replies: 5
Views: 8536

Re: Plugin to open vip.invisalign.com

Code: Select all

https://vip.invisalign.com/v3/auth/patient/patientList.action?display.searchString=[LName]&display.searchInFilter=false&settings.strFilters=CURRENT%2CACTION%2CARCHIVED&display.searchTreatmentType=
works better. the other one doesnt always show archived patients. this one should show those
by irfan
Fri Jun 19, 2020 6:40 am
Forum: Main Forum
Topic: Plugin to open vip.invisalign.com
Replies: 5
Views: 8536

Re: Plugin to open vip.invisalign.com

actually i see that invisalign can search by either first or last name (not both), and this does show in the URL. so that could work to at least narrow it immediately to the last name when going into invisalign. Edit: solved it by creating a program link that opens chrome and points to: https://vip....
by irfan
Fri Jun 19, 2020 6:37 am
Forum: Main Forum
Topic: Plugin to open vip.invisalign.com
Replies: 5
Views: 8536

Re: Plugin to open vip.invisalign.com

cant take patient name, but it can use an internal invisalign ID#. seems like we would have to manually enter the ID into an open dental field to be able to push that back out.
by irfan
Fri Jun 19, 2020 6:17 am
Forum: Developers
Topic: update patient medication
Replies: 2
Views: 4409

update patient medication

the API doesnt allow updating the patient medication list. what is the recommended best practice for this? An insert/update query of the medicationpat table? same thing regarding allergies... update the allergy table?
by irfan
Sat Apr 04, 2020 6:42 am
Forum: Main Forum
Topic: Plugin to open vip.invisalign.com
Replies: 5
Views: 8536

Plugin to open vip.invisalign.com

Obviously easy to make one open a website, but how about to pre fill the patients name So it goes right to the patients clincheck?
by irfan
Sat Apr 04, 2020 6:36 am
Forum: Main Forum
Topic: Cool patient check in tech
Replies: 3
Views: 9765

Re: Cool patient check in tech

Saw this at LabCorp as well. First time I’d ever been to one. I also took a picture because it was cool ;) not only fast but gives more accurate data entry.
by irfan
Sat Apr 04, 2020 6:23 am
Forum: Advanced Topics
Topic: Requiring MYSQL passwords in Open Dental.
Replies: 7
Views: 21301

Re: Requiring MYSQL passwords in Open Dental.

I set up a demo dB on a cloud server I was testing. There was a prompt for a password but then I had service error so I didn’t actually set the password. Got MySQL running, forgot about the password and 9 hours later this demo dB was hit with ransomware asking for $359 in bitcoin. Luckily it was fak...
by irfan
Wed Mar 27, 2019 2:25 pm
Forum: Main Forum
Topic: Printing my Insurance Carriers list
Replies: 7
Views: 8353

Re: Printing my Insurance Carriers list

select CarrierName, Address, Address2, City, State, Zip, Phone, ElectID
from carrier
order by carriername asc
by irfan
Wed Mar 27, 2019 2:23 pm
Forum: Main Forum
Topic: Block Scheduling
Replies: 1
Views: 3484

Re: Block Scheduling

have you used blockouts? we create them on the schedule to reserve time

https://www.opendental.com/manual/blockouts.html
by irfan
Wed Mar 27, 2019 2:21 pm
Forum: Advanced Topics
Topic: Server Hardware recommendations
Replies: 2
Views: 6326

Re: Server Hardware recommendations

3 or 4 workstations, just use a 5th workstation, it wont use many resources. in your case the best advantage to a server is server-grade reliability. that typically is worth it. if you go that route just get a basic dell entry level server, T3xx or even T1xx series stripped down will be sufficient w...
by irfan
Wed Mar 27, 2019 2:17 pm
Forum: Main Forum
Topic: How to automate printing of reports?
Replies: 6
Views: 8911

Re: How to automate printing of reports?

i dont use a standard local mysql server, but if you do id imagine you just need to type in the server name (many times "SERVER", but find out what your server computer is called)... your database is probably labelled 'opendental', your user is probably still 'root' and you probably dont have a pass...
by irfan
Sat Mar 16, 2019 4:36 pm
Forum: Main Forum
Topic: How to automate printing of reports?
Replies: 6
Views: 8911

Re: How to automate printing of reports?

If you have a computer running24/7 (probably your server) you can use some sql report software like flyspeedSQL and have it automatically run queries through task scheduler. Those can automatically export to a shared folder. In the morning print the PDFs. you could also export them to a google drive...
by irfan
Sat Mar 16, 2019 4:30 pm
Forum: Main Forum
Topic: Accessing Open Dental via the browser idea.
Replies: 3
Views: 7379

Re: Accessing Open Dental via the browser idea.

XDR update for you Justin ... works for all functions decently well. Will of course be muuuuuch faster hosted on amazon vs my 10mbps uplink but it’s functional at least. You should host the whole thing on amazon and skip the database replication BS. Each login to virtualUI would be to a VM that’s on...
by irfan
Sun Nov 25, 2018 10:40 am
Forum: Advanced Topics
Topic: Daily Production goals
Replies: 11
Views: 19368

Re: Daily Production goals

Sorry to pull an old thread: Chris, We use clinics. I might be scheduled at clinic 3, but if my provider bar is shown on clinic 1 then i am added to the goal for clinic 1, even if i am not scheduled for any ops used in clinic 1. It seems to go by the schedule and not whether or not the provider is s...
by irfan
Sat Aug 25, 2018 12:57 pm
Forum: Advanced Topics
Topic: Daily Production goals
Replies: 11
Views: 19368

Re: Daily Production goals

has this been updated yet? the problem with this approach is that if you have multiple providers and they each have a bar, the goal calculates with them included even if they arent scheduled for that day or clinic.
by irfan
Thu Feb 22, 2018 5:06 am
Forum: Main Forum
Topic: Cloud Based vs Daisy Chain multiple offices single database
Replies: 15
Views: 26112

Re: Cloud Based vs Daisy Chain multiple offices single datab

We are one of the offices with slow function on AWS with a middle tier and database. There have been significant improvements over the last year but we stay on beta to keep with the newest updates and that obviously brings plenty of UEs. It’s much faster than it used to be. The Tx plan module used t...
by irfan
Wed Feb 21, 2018 7:47 pm
Forum: Main Forum
Topic: Dropdown Program Link?
Replies: 10
Views: 22026

Re: Dropdown Program Link?

Whoa that’s awesome. Thanks man. I use a middle tier server,I’ll send to my IT guy so he can drop it in the right folder. Or should this be installed locally at each station
by irfan
Tue Feb 20, 2018 7:26 pm
Forum: Main Forum
Topic: Dropdown Program Link?
Replies: 10
Views: 22026

Re: Dropdown Program Link?

yea... you lost me there:) link to a form with a dropdown? im having a hard time visualizing that
by irfan
Sat Feb 17, 2018 7:28 am
Forum: Main Forum
Topic: Dropdown Program Link?
Replies: 10
Views: 22026

Dropdown Program Link?

I have a program link that launches a chrome browser and points to some online documentation i created. is there a way to make a dropdown program link so i can have shortcuts to various documents a little easier to access? example now: click program link, chrome launches to a table of contents page....
by irfan
Thu Nov 30, 2017 2:48 pm
Forum: Main Forum
Topic: Middle Tier Experience?
Replies: 14
Views: 20645

Re: Middle Tier Experience?

Awesome thanks. Yea we have lots of PPO. ETA on 17.3.27?
by irfan
Thu Nov 30, 2017 12:37 pm
Forum: Main Forum
Topic: Middle Tier Experience?
Replies: 14
Views: 20645

Re: Middle Tier Experience?

Cool thanks. There were speed improvements for sure, we went from 25seconds to change treatment priorities to 12 seconds. 12s is still mega slow but hey, it’s not 25s.
by irfan
Wed Nov 22, 2017 7:17 pm
Forum: Main Forum
Topic: Middle Tier Experience?
Replies: 14
Views: 20645

Re: Middle Tier Experience?

Thanks guys. I’ll check it out when it’s released. I’ll double check the patient brokenappt field, no clue off the top of my head.
by irfan
Tue Nov 21, 2017 4:40 pm
Forum: Main Forum
Topic: Middle Tier Experience?
Replies: 14
Views: 20645

Re: Middle Tier Experience?

It’s been like this with every version in the last year. I know this summer there were some updates to help with the txplan module speed on middle tier. Your team remoted in today, I’ll wait to see what they found out
by irfan
Mon Nov 20, 2017 7:14 pm
Forum: Main Forum
Topic: Middle Tier Experience?
Replies: 14
Views: 20645

Re: Middle Tier Experience?

i wish I could say its been great.... but it hasnt.. we have had it for a while now, and update after update we still have massive lag. my offices are all on 100mbps connections and a robust amazon server. MOST modules are fine, but the charting is slow and the treatment plan module takes 25 seconds...
by irfan
Tue Mar 14, 2017 9:35 am
Forum: Main Forum
Topic: Can't set "Note" appts complete with new feature/option
Replies: 4
Views: 6265

Re: Can't set "Note" appts complete with new feature/option

attach a dummy "note" procedure to it in the meantime?
by irfan
Tue Mar 14, 2017 6:40 am
Forum: Main Forum
Topic: Clinics and multiple locations
Replies: 9
Views: 10802

Re: Clinics and multiple locations

we have 3 offices in one database. Chris I will email you
by irfan
Thu Mar 09, 2017 9:09 am
Forum: Main Forum
Topic: Online patient payments on your website
Replies: 5
Views: 7284

Re: Online patient payments on your website

how would the patients payment be linked to their account without the portal? You would need a script to match the patient name and address to one in your OD database, and if the address is a work address then you wouldnt get a match. Have them enter their ID number in addition to the name/amount? I...
by irfan
Thu Mar 09, 2017 8:47 am
Forum: Main Forum
Topic: Clinics and multiple locations
Replies: 9
Views: 10802

Re: Clinics and multiple locations

upside of the convenience is still worth it for us, especially with a VOIP phone system that links the offices together well. patients were assigned new numbers, not a big deal, but your xray software database will need to be updated with new patient numbers. employees/ops/fees were duplicates, but ...
by irfan
Thu Mar 09, 2017 6:11 am
Forum: Main Forum
Topic: wireless microphones to use for perio charting
Replies: 2
Views: 4731

Re: wireless microphones to use for perio charting

florida probe. hygienists love it
by irfan
Thu Mar 09, 2017 6:05 am
Forum: Main Forum
Topic: Add space between days on week view
Replies: 3
Views: 6639

Re: Add space between days on week view

Do those feature requests ever make it through in a timely manner? there are some on there from 2010 with 600+ votes and not implemented. Its like a place where ideas go to die
by irfan
Thu Mar 09, 2017 5:58 am
Forum: Main Forum
Topic: Clinics and multiple locations
Replies: 9
Views: 10802

Re: Clinics and multiple locations

We do this with an online middle tier server. Has not been a smooth transition, lots of glitches, very slow module transitions. OpenDentImages do not sync because they pulled dropbox/sftp functionality due to bugs. Insurance reports have been broken, still working to get things fixed. Its been a rea...
by irfan
Mon Apr 04, 2016 6:03 pm
Forum: Advanced Topics
Topic: Question about OpenDental and Amazon EC2
Replies: 18
Views: 33017

Re: Question about OpenDental and Amazon EC2

My IT guy got a BAA from amazon and he isnt paying that much.
by irfan
Thu Mar 31, 2016 6:57 pm
Forum: Advanced Topics
Topic: Treatment area required for dentures to paint chart
Replies: 2
Views: 6609

Re: Treatment area required for dentures to paint chart

oh ya its annoying selecting an arch when the code is specific for an arch!
by irfan
Thu Mar 31, 2016 6:40 pm
Forum: Main Forum
Topic: RFID Login
Replies: 2
Views: 7488

Re: RFID Login

This sounds awesome. you dont have a write up on the setup do you?
by irfan
Thu Mar 31, 2016 6:24 pm
Forum: Main Forum
Topic: Please confirm: auto codes don't consider quads?
Replies: 6
Views: 10324

Re: Please confirm: auto codes don't consider quads?

it cycles like that? I didnt know that. we have a quick code for SRP and we just click it 4 times and manually change the UL to the other Quads. hoq do you set it up to cycle? jsut add it 4 times into an autocode and nothing elsE?
by irfan
Mon Aug 17, 2015 8:57 am
Forum: Main Forum
Topic: Encrypting Open Dental on the cloud
Replies: 12
Views: 22296

Re: Encrypting Open Dental on the cloud

at that office its a 10/1Mbps connection. Im not sure how much bandwith i really need. Cost is maybe $100/mo
by irfan
Thu Aug 13, 2015 7:23 am
Forum: Main Forum
Topic: Encrypting Open Dental on the cloud
Replies: 12
Views: 22296

Re: Encrypting Open Dental on the cloud

a local guy here setup my database on Amazon RDS... he had to tweak the code to get OD to work with MySQL 5.6 ... it runs now and Amazon signed a BAA.... but overall its quite slow and laggy. I cant imagine the data is that much that its an internet connection issue, right?
by irfan
Thu Aug 13, 2015 7:18 am
Forum: Main Forum
Topic: Windows 10
Replies: 15
Views: 20106

Re: Windows 10

im running windows 10 on my private office computers and home ... OD works without a hitch. when i installed i turned off the customization, etc etc
by irfan
Thu Aug 13, 2015 7:17 am
Forum: Main Forum
Topic: Pediatric Startup w/ iMac's
Replies: 9
Views: 16689

Re: Pediatric Startup w/ iMac's

if you run bootcamp you are right back to being open to windows viruses... i think its overblown anyways... its cheaper to go with windows computers and hire an IT guy to lock them down well so people dont install anything else
by irfan
Wed Feb 25, 2015 6:19 am
Forum: Main Forum
Topic: Perio Charting - 3rd party software
Replies: 1
Views: 5035

Re: Perio Charting - 3rd party software

does windows voice dictation work? free
by irfan
Wed Feb 25, 2015 6:09 am
Forum: Main Forum
Topic: Discounts do funky math
Replies: 5
Views: 6776

Discounts do funky math

On a $1000 procedure with no write off, it works. A 50% discount will give a net of $500. On a PPO fee its screwy. Say I have a $1000 procedure with a 0 insurance payment but a $300 writeoff (yes, in Ohio a PPO can knowck down your fee and pay 0 themselves)... in this situation if I wanted to discou...
by irfan
Mon Oct 06, 2014 11:05 am
Forum: Main Forum
Topic: E-Bay Cameras 2013 Thread! Capture Button update!
Replies: 8
Views: 20335

Re: E-Bay Cameras 2013 Thread! Capture Button update!

oh you and your cryptic passwords! took me a whole to figure it out
by irfan
Wed Aug 06, 2014 2:05 pm
Forum: Main Forum
Topic: Backing up with IDRIVE.COM!
Replies: 22
Views: 41832

Re: Backing up with IDRIVE.COM!

Does idrive backup online only, or can you back up peer to peer/local PCs like you can in crashplan?
by irfan
Thu Jul 24, 2014 9:56 pm
Forum: Main Forum
Topic: Backing up with IDRIVE.COM!
Replies: 22
Views: 41832

Re: Backing up with IDRIVE.COM!

ive been using Crashplan for continuous backup. It backs up to Crashplan central, and also to another PC in my office, and a PC at home. if something goes down, i always have a local backup so i wouldnt have to wait a few days to get my data.
by irfan
Tue Jul 01, 2014 6:18 pm
Forum: Advanced Topics
Topic: Question about OpenDental and Amazon EC2
Replies: 18
Views: 33017

Re: Question about OpenDental and Amazon EC2

that would be huge . please keep us updated. im on a plane and got bored so i started to look into this and came across this thread. personally i prefer amazon over google in general:) Would love to host OD in the cloud and not worry about server failure. imaging as well but id have to get a much be...
by irfan
Wed Apr 23, 2014 8:02 am
Forum: Main Forum
Topic: mobile synch down?
Replies: 2
Views: 3639

mobile synch down?

Is the mobile synch not working? Ive been getting errors. "web service not found"

Last synch was yesterday at 8pm, cant even log on mobile service.
by irfan
Thu Apr 17, 2014 10:19 am
Forum: Main Forum
Topic: Bug- Cant close window...
Replies: 7
Views: 8049

Re: Bug- Cant close window...

and this is the message i get..i hit ok.. but then i cant close the previous screen even if I hit cancel.

Image
by irfan
Thu Apr 17, 2014 10:17 am
Forum: Main Forum
Topic: Bug- Cant close window...
Replies: 7
Views: 8049

Re: Bug- Cant close window...

Image
by irfan
Thu Apr 17, 2014 10:15 am
Forum: Main Forum
Topic: Bug- Cant close window...
Replies: 7
Views: 8049

Re: Bug- Cant close window...

is there a way to post a screenshot on here?
by irfan
Thu Apr 17, 2014 9:03 am
Forum: Main Forum
Topic: HIPAA Compliant Email
Replies: 50
Views: 139413

Re: HIPAA Compliant Email

Google apps is pricey, same with 365. I dont think its a rule to have secure 2 way communication... but you do need to be secure on your own end.
by irfan
Thu Apr 17, 2014 4:48 am
Forum: Main Forum
Topic: Bug- Cant close window...
Replies: 7
Views: 8049

Bug- Cant close window...

Cant close the window for conditions because I dont have a condition for the child prophy... but i dont know how to set a new condition to have it under 18. Adult says Over 18, child I cant add the proper condition and I cant close the window without choosing a condition. Have to CTRL_ALT_DEL to clo...
by irfan
Tue Feb 25, 2014 10:37 am
Forum: Main Forum
Topic: Planned Appointments are irritating
Replies: 13
Views: 13445

Re: Planned Appointments are irritating

we're going back to paper cards for treatment. no joke.
by irfan
Fri Feb 14, 2014 6:04 pm
Forum: Main Forum
Topic: extraction of teeth
Replies: 2
Views: 3540

Re: extraction of teeth

man I wish OD would show an extracted tooth with an X... finished tx is green in our chart.. and when i see missing teeth i cant remember if i removed them or if they were gone before... leaving a green X with no tooth would be great.
by irfan
Fri Feb 14, 2014 6:01 pm
Forum: Main Forum
Topic: Ortho
Replies: 12
Views: 19326

Re: Ortho

waiiiiit..... OD has an ortho chart already?
by irfan
Fri Feb 07, 2014 12:16 pm
Forum: Main Forum
Topic: When ins. pays via credit card instead of check
Replies: 9
Views: 10627

Re: When ins. pays via credit card instead of check

insurance companies paying via CC? GTFO.
by irfan
Wed Feb 05, 2014 3:46 pm
Forum: Main Forum
Topic: Planned Appointments are irritating
Replies: 13
Views: 13445

Re: Planned Appointments are irritating

No I have customized. it can show all treatment needed, and all planned appointments , but I can't figure out what would show all scheduled regardless of planned ... and all unscheduled. The treatment plan list shows all regardless of scheduled or unscheduled. OD support couldn't figure it out for m...
by irfan
Wed Feb 05, 2014 2:16 pm
Forum: Main Forum
Topic: Planned Appointments are irritating
Replies: 13
Views: 13445

Re: Planned Appointments are irritating

currently the route slips since that's my current project. Also had this frustration with treatment finder though.
by irfan
Wed Feb 05, 2014 12:44 pm
Forum: Main Forum
Topic: Planned Appointments are irritating
Replies: 13
Views: 13445

Re: Planned Appointments are irritating

Really wish all Treatment on the TxPlan got put into the planned list... and then it let you just group together your appointments however you wanted... if you want to make planned appts with multiple visits of certain lengths, great, you can... but if you dont, its still in that list and still show...
by irfan
Wed Feb 05, 2014 12:05 pm
Forum: Main Forum
Topic: XDR for backup purposes
Replies: 5
Views: 6974

Re: XDR for backup purposes

yep... XDR runs separately from OD ... different program, different license, different database. the few times i need to a see an xray remotely, i use RDP and deal with the agony.
by irfan
Wed Feb 05, 2014 11:54 am
Forum: Main Forum
Topic: Planned Appointments are irritating
Replies: 13
Views: 13445

Planned Appointments are irritating

Maybe we just dont use them correctly enough... but it seems that "Planned Appointments" just make life more difficult. In order to show up on certain reports for unscheduled treatment, an appointment needs to be "planned" first... when that gets completed we have to manually go in and actually dele...
by irfan
Mon Nov 18, 2013 4:32 am
Forum: Main Forum
Topic: Text Messaging
Replies: 11
Views: 12891

Re: Text Messaging

Would love to know as well. Right now we use lighthouse, it's expensive.
by irfan
Mon Nov 18, 2013 4:31 am
Forum: Main Forum
Topic: iPads and the like
Replies: 25
Views: 51330

Re: iPads and the like

It was the importing steps that bothered me. Find patient on YAPI, fill form, then on desktop client had to remember to import documents for the day and approve them, and of you forgot to do that you had to go Thru some steps to finddays previous days documents. Was cumbersome at the time. For the $...
by irfan
Mon Nov 18, 2013 4:21 am
Forum: Main Forum
Topic: Windows Server 2012 or 7 Pro
Replies: 7
Views: 8190

Re: Windows Server 2012 or 7 Pro

If it works stick with it :)

I wanted centralized management of security and preferences, without having to repeat steps for every workstation. Makes things more complicated with a domain actually, so I wouldn't recommend it unless you really need it (you don't).
by irfan
Mon Nov 11, 2013 7:21 pm
Forum: Main Forum
Topic: iPads and the like
Replies: 25
Views: 51330

Re: iPads and the like

we tried Yapi a couple times... my biggest issue is that its too intrusive... by that I mean to use it efficiently you have to use it for every patient. There are many patients that I dont need to interact with Yapi for, but if you skip those patients it screws up the OPs , checkouts, etc. I wanted ...
by irfan
Mon Nov 11, 2013 7:17 pm
Forum: Main Forum
Topic: Windows Server 2012 or 7 Pro
Replies: 7
Views: 8190

Re: Windows Server 2012 or 7 Pro

we use SBS 2011 Essentials... does everything I need. I was just using a Win7 pro and things were fine, but I wanted things on a domain. SBS 2011 Essentials was the cheapest way in, and has been solid in reliability..
by irfan
Wed Jun 26, 2013 5:56 am
Forum: Main Forum
Topic: What would make OD income different than bank?
Replies: 3
Views: 4136

Re: What would make OD income different than bank?

It may have something to do with the way you enter adjustments or returns/refunds to patients. Also, you have to watch the dates you enter payments. Sometimes there is some overlap at the beginning or end of a month, especially if an insurance payment isn't posted on the correct day that it was rec...
by irfan
Wed Jun 26, 2013 5:53 am
Forum: Main Forum
Topic: 16 weeks using TRS, not a single broken appt
Replies: 27
Views: 26506

Re: 8 weeks using TRS, not a single broken appt

so this does not automatically change the appt to "confiremed" in OD? thats the thing I love about lighthouse, no extra steps of checking the roster and updating OD appts for confirmed ones
by irfan
Fri Jun 21, 2013 8:34 am
Forum: Main Forum
Topic: What would make OD income different than bank?
Replies: 3
Views: 4136

What would make OD income different than bank?

Ive been comparing my statements, and my bank statements show more income that OD shows. usually its $500 or so, but april/may were $3000-$4000 higher than OD reported I should have. just thinking aloud, what might cause some discrepencies? i analyzed all statements to make sure nothing was showing ...
by irfan
Thu May 16, 2013 1:14 pm
Forum: Main Forum
Topic: Easily view lab rx?
Replies: 0
Views: 3418

Easily view lab rx?

When I create a new labslip in a chart, the lab note shows up. I cant find an easy way to view the actual lab slip (the one i made in Sheets) though, except to go in an act like im editing the slip. Creating a labslip doesnt create an image in Lab folder. If i make it a consent form then I can easil...
by irfan
Thu Apr 11, 2013 7:21 am
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

Re: 12.4.54 takes so long to load up

Domain with SBS 2011 Essentials.

i can close and reopen several times... it will be quick several times.. then i closed and reopened again and it took 17s
by irfan
Thu Apr 11, 2013 6:29 am
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

Re: 12.4.54 takes so long to load up

like i said, the network is excellent...we have no issues with anything else.. and once OD is running it has no hiccups. the issue is only on the startup. its 2 yrs old. we had NO issues before the update... so i think it would be very very very very coincidental that the switch started acting up 1 ...
by irfan
Thu Apr 11, 2013 4:26 am
Forum: Main Forum
Topic: Monitor Resolution
Replies: 8
Views: 8240

Re: Monitor Resolution

I have 10min increments on a 1920*1080 monitor.... I can see 7am-8:10pm. I do wish you could set the default start view time... we start at 7am today and it defaults to 8. not a big deal since its only when you first open, and only 1 day a week. ooops sorry just saw you needed 5 min. only 7AM-1:40PM...
by irfan
Thu Apr 11, 2013 4:20 am
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

Re: 12.4.54 takes so long to load up

I realllllly dont think its a network issue because up until the update, it was perfect... like the log on screen pops up in less than a seconds.. near instant... and now since the update it takes a while... like right now i just closed and reopened and it took 15 seconds. This also happens on the c...
by irfan
Wed Apr 10, 2013 7:12 pm
Forum: Main Forum
Topic: Monitor Resolution
Replies: 8
Views: 8240

Re: Monitor Resolution

oh how i wish the whole interface was scalable!
by irfan
Wed Apr 10, 2013 5:35 pm
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

Re: 12.4.54 takes so long to load up

Yes we have that suppressed on all computers
by irfan
Wed Apr 10, 2013 5:28 pm
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

Re: 12.4.54 takes so long to load up

Computers are already running. This only started happening when we updated
by irfan
Wed Apr 10, 2013 3:58 pm
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

Re: 12.4.54 takes so long to load up

Thanks, tested latency:

Min Trip: 2ms
Average Trip: 2.26ms
Max Trip: 4ms

We have a fast reliable CAT6 network , and once open dental starts up everything is lightning quick... just the start up where it takes long to pull up the user names.
by irfan
Wed Apr 10, 2013 1:36 pm
Forum: Main Forum
Topic: Report for daily huddle?
Replies: 1
Views: 2933

Report for daily huddle?

Is there a report for a daily huddle that shows that days schedule, expected prodction, expected adj/writeoffs, expected NET?
by irfan
Wed Apr 10, 2013 8:41 am
Forum: Main Forum
Topic: 12.4.54 takes so long to load up
Replies: 19
Views: 18513

12.4.54 takes so long to load up

We never had an issue before, and these are brand new computers... when we launch OD it takes a long while for the log in screen to appear... like 10 seconds sometimes. It used to be instant. anyone else notice? When we were on 12.3.x it was fast
by irfan
Thu Mar 07, 2013 7:52 pm
Forum: Main Forum
Topic: How do you handle Ortho?
Replies: 1
Views: 3094

How do you handle Ortho?

For our Ortho we do 12 month plans. How do you guys split the appts up to show production for the days you do an ortho check, wire change, etc? do you just bill on the bracket date so the full value shows that day then future appts show 0? Id rather it be evened out a little more than that.
by irfan
Mon Mar 04, 2013 9:55 pm
Forum: Advanced Topics
Topic: The NEW Metro Interface
Replies: 13
Views: 20648

Re: The NEW Metro Interface

No desire to "upgrade" ... tested it on the laptop for a few months and never ever felt the tiles were useful. only ran it in desktop mode. Also the battery management kept killing my battery in hibernate... i thought it was a defective battery so i got a new one and the same issue... back to win7 a...
by irfan
Mon Mar 04, 2013 9:49 pm
Forum: Main Forum
Topic: Comm Log Audit Trail?
Replies: 6
Views: 8083

Re: Comm Log Audit Trail?

That would be awesome if the audit trail kept track of the actual changes. Its kind of useless as it is other than seeing that a user made some sort of change, but we cant use it to see who actually did what
by irfan
Mon Mar 04, 2013 9:48 pm
Forum: Main Forum
Topic: OpenDental Support Fees
Replies: 17
Views: 19801

Re: OpenDental Support Fees

$100/mo isnt bad for the most important thing in my office.

Maybe just upgrade pricing for people not on support that need an update? Per issue billing for people not on support?

Or at least more feature votes for long time users!
by irfan
Mon Mar 04, 2013 9:42 pm
Forum: Main Forum
Topic: Surface tablet pro
Replies: 3
Views: 5212

Re: Surface tablet pro

Boot time and idle battery life are my only real concerns with it. Its got the resolution and full windows on it, so it should be excellent otherwise
by irfan
Sat Feb 02, 2013 8:48 am
Forum: Main Forum
Topic: What is your "Oh no my server crashed" plan?
Replies: 60
Views: 319589

Re: What is your "Oh no my server crashed" plan?

with the robocopy... is it required to really stop the mysql? I dont stop for crashplan, and i think i remember reading that Jordan said it wasnt a big deal... so would it be possible to use that to copy the files every 15mintues... or does it not do incremental backups and only the full directory? ...
by irfan
Sat Feb 02, 2013 8:45 am
Forum: Main Forum
Topic: What is your "Oh no my server crashed" plan?
Replies: 60
Views: 319589

Re: What is your "Oh no my server crashed" plan?

Does that work better than Crashplan? I like that Crashplan backs up to my office, an external drive, and my home computer.
by irfan
Sat Feb 02, 2013 8:08 am
Forum: Main Forum
Topic: Fax/Scanner Combo
Replies: 8
Views: 12630

Re: Fax/Scanner Combo

I couldnt stand our Brother MFC... took wayyyyy too long to get the first page printed was just slow overall. We got cheap Dell 1135n's in the office now, 5 of them... and they scan/print/fax quickly, and were $99 each.
by irfan
Sat Dec 22, 2012 11:12 pm
Forum: Main Forum
Topic: Xcharge and fees
Replies: 3
Views: 4268

Re: Xcharge and fees

If you dont put in the security code / billing zipcode then you will be bumped into a higher tier.
by irfan
Mon Jun 11, 2012 10:49 am
Forum: Main Forum
Topic: Reminders for different phase of treatments
Replies: 35
Views: 36459

Re: Reminders for different phase of treatments

you can send the claim however you want the insco will likely never know, however if they audit you and find out you were submitting on prep date not seat date, and this affected end of year benefits for patients, you can be in hot water. an "in progress" status that creates a claim , but doesnt all...
by irfan
Thu Jun 07, 2012 7:47 am
Forum: Main Forum
Topic: Text Messages via CallFire
Replies: 30
Views: 33932

Re: Text Messages via CallFire

we picked lighthouse because confirmations from that automatically get confirmed in open dental. not sure how smile reminders does it. If you use lighthouse, id recommend creating a new color for lighthouse confirmations, so you can easily distinguish patients that autoconfirmed vs lighthouse. We ha...
by irfan
Tue Jun 05, 2012 8:32 am
Forum: Main Forum
Topic: Text Messages via CallFire
Replies: 30
Views: 33932

Re: Text Messages via CallFire

Full automation would be great. For now we use Lighthouse, and they do a great job and its fully automated for confirmations via email and text, but im pretty sure they will start charging more in the future.
by irfan
Mon Jun 04, 2012 2:28 pm
Forum: Main Forum
Topic: Credit card processing - Payconnect vs Excharge
Replies: 5
Views: 7061

Re: Credit card processing - Payconnect vs Excharge

we use payconnect. we havent had any issues with it at all. we do our recurring charges thru open dental i think, though you can use their web portal as well. they are honest people.
by irfan
Mon Jun 04, 2012 11:28 am
Forum: Main Forum
Topic: new sliding tablet coming september
Replies: 0
Views: 3065

new sliding tablet coming september

this could be golden for consent forms: http://www.msi.com/news-media/news/1435.html samsung teased with something similar last year with the Series 7 Sliding PC, but that thing never hit market. This supposedly should land in september in europe. Hopefully most and more dual input tablets will pop ...
by irfan
Thu Mar 08, 2012 7:02 am
Forum: Main Forum
Topic: The Scheduling Institute
Replies: 18
Views: 41961

Re: The Scheduling Institute

now that i think about it more, a dummy code sounds like a very good idea. I think we will go ahead and implement that as well.
by irfan
Wed Mar 07, 2012 6:16 pm
Forum: Main Forum
Topic: The Scheduling Institute
Replies: 18
Views: 41961

Re: The Scheduling Institute

we just have them put a note on the appointment for NPs thats says " irfan scheduled " etc etc.
by irfan
Wed Mar 07, 2012 5:58 pm
Forum: Main Forum
Topic: The Scheduling Institute
Replies: 18
Views: 41961

Re: The Scheduling Institute

We are using Scheduling Institute methods now as well. We always get their name and number upfront before we look for an appointment. We say its incase we get disconnected. What do you do if someone doesnt want to schedule and you dont have a name and number to call them back with? You dont need to ...
by irfan
Tue Feb 07, 2012 11:18 am
Forum: Main Forum
Topic: When will someone re-appear on Recall List?
Replies: 10
Views: 10193

Re: When will someone re-appear on Recall List?

yea i just double checked everything, didnt see any conflicts with it. tried it with # of days since reminder set at 0 and 1. probably just better to call at this point
by irfan
Mon Feb 06, 2012 1:42 pm
Forum: Main Forum
Topic: When will someone re-appear on Recall List?
Replies: 10
Views: 10193

Re: When will someone re-appear on Recall List?

Thats what I had assumed, but patients that I put a reminder in for disappear and they didntcome back the next day. I'll test again, I just set an note for "answering machine" on my own recall, and in setup its set to 0 days, so I'll see if it shows up in the list tomorrow or not.
by irfan
Mon Feb 06, 2012 11:26 am
Forum: Main Forum
Topic: When will someone re-appear on Recall List?
Replies: 10
Views: 10193

Re: When will someone re-appear on Recall List?

didnt work, set my FD's notice to "left message" on Feb 4, and she still isnt showing up in there again when i check today
by irfan
Mon Feb 06, 2012 11:24 am
Forum: Main Forum
Topic: When will someone re-appear on Recall List?
Replies: 10
Views: 10193

Re: When will someone re-appear on Recall List?

had those set as 0 which i assumed to mean reappear immediately. i'll try 1
by irfan
Sat Feb 04, 2012 7:37 am
Forum: Main Forum
Topic: When will someone re-appear on Recall List?
Replies: 10
Views: 10193

When will someone re-appear on Recall List?

When I go through the Recall List and select a patient, and choose something like "left message"... will that patient re-appear on the list in the future? I see the patient disappears off the list, but no appointment was set so they shouldnt be permanently off the list. Does it refresh every day, so...
by irfan
Tue Jan 24, 2012 8:11 pm
Forum: Main Forum
Topic: Web version
Replies: 23
Views: 37565

Re: Web version

for one, the download speed from a web version is probably much much faster than the speed you would get with VPN. with that you would depend on the upload speed of the office internet connection...additionally the vast majority of users wouldnt have the slightest clue how to set up a VPN on each ho...
by irfan
Thu Jan 05, 2012 10:31 am
Forum: Main Forum
Topic: New user looking for answers
Replies: 13
Views: 11958

Re: New user looking for answers

does the letter suffix automatically gets stripped off no matter what? Can i set ceramic crown codes with an e for emax, b for bruxzir, etc? Do i need to go into a setting or checkmark anything additional to make sure they get stripped off? Also, will the claim revert back to the generic wording? li...
by irfan
Wed Dec 28, 2011 6:38 am
Forum: Main Forum
Topic: Message the doctors when their patient arrives
Replies: 13
Views: 18103

Re: Message the doctors when their patient arrives

id go insane hearing "dr patient ready" 21 times. look into YAPI , its messaging is nice, keeps patient flow organized. youd have to make sure that all your staff are trained on it though to make sure things stay in sync with open dental. also gives popups when a new patient arrives, etc
by irfan
Wed Dec 28, 2011 5:53 am
Forum: Main Forum
Topic: Message the doctors when their patient arrives
Replies: 13
Views: 18103

Re: Message the doctors when their patient arrives

yes having it sent to each op isnt always the best, and you cant send a quick custom message. we piggy back GoogleTalk and use that for typed communication. the dings are useful when im working on a patient. if i hear 3 dings i know something for me lit up and i can glance and see which op im suppos...
by irfan
Wed Dec 28, 2011 4:10 am
Forum: Main Forum
Topic: How do we clearly mark insurance type in the schedule
Replies: 7
Views: 7390

Re: How do we clearly mark insurance type in the schedule

we do similar things. messages on the schedule get "NOTES" as the provider and highlighted yellow, hyg in purple, im orange, new patients get "NEW" and are green, financial things get "finance" and are red. that way, glancing at the schedule we can easily see new patients, mine, etc.
by irfan
Wed Dec 28, 2011 4:04 am
Forum: Main Forum
Topic: Message the doctors when their patient arrives
Replies: 13
Views: 18103

Re: Message the doctors when their patient arrives

the messaging system thats built in DOES have sound. you can use the built in sounds or record your own. ours is set up to cover a wide range of scenarios, its decently robust but takes a lot of tinkering to customize properly. we use a series of dings along with colors and labels on the buttons. th...
by irfan
Fri Dec 23, 2011 8:22 am
Forum: Main Forum
Topic: any way to QUICKLY audit daily schedule?
Replies: 8
Views: 7539

Re: any way to QUICKLY audit daily schedule?

i created new blockouts for cancelled, no show, moved appointments. when someone cancels the FD now has to create a blockout with a description of the cancellation with the proper times so there is a record of it. with this they can atleast drop an appointment over it and the blockout is still techn...
by irfan
Thu Dec 22, 2011 6:14 pm
Forum: Main Forum
Topic: Query to see complex accounts more clearly
Replies: 9
Views: 13225

Re: Query to see complex accounts more clearly

oh thaaaats niiice.
by irfan
Thu Dec 22, 2011 6:29 am
Forum: Main Forum
Topic: any way to QUICKLY audit daily schedule?
Replies: 8
Views: 7539

Re: any way to QUICKLY audit daily schedule?

not a bad idea. something automated that does this would be great. for now we many have to resort to doing this. for schedule notes we have a MISC patient that we plugin everywhere. is there an easier way to put in noteS?
by irfan
Wed Dec 21, 2011 5:04 am
Forum: Main Forum
Topic: Best Value Xray Sensor for use with OD
Replies: 11
Views: 13350

Re: Best Value Xray Sensor for use with OD

I have XDR sensors because it was recommended. But after a year of use, I am just have problems with the imaging software that it came with. the sensors are fine. problem : I can't open identical pt's xray on two different machine at the same time. IE, if my assistant took a xray in one room and as...
by irfan
Wed Dec 21, 2011 4:09 am
Forum: Main Forum
Topic: any way to QUICKLY audit daily schedule?
Replies: 8
Views: 7539

Re: any way to QUICKLY audit daily schedule?

persistent broken appointments would be fantastic. i hate when i look back at previous months, see huge holes and cant remember if thats because someone no-showed or if it was never booked. same with looking at the current day schedule. I know we had more on this day when i looked last week, but tod...
by irfan
Tue Dec 20, 2011 6:20 pm
Forum: Main Forum
Topic: any way to QUICKLY audit daily schedule?
Replies: 8
Views: 7539

any way to QUICKLY audit daily schedule?

My FD has issues with scheduling people properly, and I get the story about people cancelling, trying to fill it, etc. Id love if there was a way to quickly see whether or not a slot was previously filled and cancelled and then re-booked. I can do an Audit, but that doesnt easily show me what used t...
by irfan
Thu Nov 10, 2011 3:02 pm
Forum: Main Forum
Topic: Need an Audit Trail note for Lighthouse confirmations
Replies: 9
Views: 14857

Re: Need an Audit Trail note for Lighthouse confirmations

hey chip we had the same issue. What i did was i created a new color coded dot for lighthouse confirmations. typically the FD would select Confirmed and it turns orange for us..LH360 did the same and we couldnt tell... so I created a new one ( a new pt status button) termed LHConfirmed and colored i...
by irfan
Thu Nov 10, 2011 8:22 am
Forum: Main Forum
Topic: howards video about linking PM software to quickbooks
Replies: 44
Views: 37303

Re: howards video about linking PM software to quickbooks

i hope you meant 1788. im already confused with which one is which
by irfan
Wed Nov 09, 2011 6:12 pm
Forum: Main Forum
Topic: Open Dental on a MAC
Replies: 30
Views: 54012

Re: Open Dental on a MAC

im not at the office but i think it was esxi that i was using to create the virtual machine, and it was having me choose how much RAM to allot, and i was limited to 1GB. the backup over network issue- windows7 lets you create a system image for a quick restore of your windows installation - pretty n...
by irfan
Wed Nov 09, 2011 4:22 am
Forum: Main Forum
Topic: Open Dental on a MAC
Replies: 30
Views: 54012

Re: Open Dental on a MAC

how much RAM are you able to allot your VMs? I was tinkering with the idea of running VMs of windows 7 in a windows 7 environment but the VMs were only able to allocate 1GB. windows system image makes it very very simple to restore a dead pc, but i cant back up over network (home premium), and im af...
by irfan
Wed Nov 09, 2011 3:59 am
Forum: Main Forum
Topic: restrict Clock In/Out to one workstation?
Replies: 0
Views: 3287

restrict Clock In/Out to one workstation?

im considering having all of my employees to clock in and out using a single computer. this is mainly to keep them from getting ready to leave then hanging out at the front desk for 10 minutes chatting, then clocking out as the walk out. im hoping that forcing clockout at a break room computer would...
by irfan
Tue Nov 01, 2011 3:31 pm
Forum: Main Forum
Topic: howards video about linking PM software to quickbooks
Replies: 44
Views: 37303

Re: howards video about linking PM software to quickbooks

no real interest from me unless it was executed very well. I use QB for bookkeeping expenses and thats it... and thats mainly because my CPA prefers it so she can log in herself and check things. I personally have an excel spreadsheet that tracks expense categories, income and production. I use Intu...
by irfan
Sun Oct 30, 2011 9:39 am
Forum: Main Forum
Topic: Spam
Replies: 13
Views: 12642

Re: Spam

im getting tempted to buy some cheap jewelery!
by irfan
Sun Oct 30, 2011 6:03 am
Forum: Main Forum
Topic: scanning multi page pdf
Replies: 7
Views: 7943

Re: scanning multi page pdf

nope just one scanner- a multifunction Brother 9440CN
by irfan
Sat Oct 29, 2011 3:39 pm
Forum: Main Forum
Topic: Apixia Dental Sensors--- Affordable
Replies: 20
Views: 35820

Re: Apixia Dental Sensors--- Affordable

XDR has been great for us. we bought through Archer White and got the #1/#2 package which included 10 workstation licenses. we do pay the 45/mo right now, might drop that in the future since we havent had service issue in a long time. Usability is pretty straightforward.. a few too many clicks for m...
by irfan
Sat Oct 29, 2011 3:28 pm
Forum: Main Forum
Topic: scanning multi page pdf
Replies: 7
Views: 7943

Re: scanning multi page pdf

when i scan multipage wihle suppressing the popup, the papers scan thru the ADF but then nothing happens. I can keep using OD but no images were created. If I do not suppress the popup, i can scan, the images do pop up, but the software freezes for several minutes before i can save it into an images...
by irfan
Tue Sep 27, 2011 2:57 pm
Forum: Main Forum
Topic: Open Dental on a MAC
Replies: 30
Views: 54012

Re: Open Dental on a MAC

any new (or older intel) mac DOES run windows natively. Install through bootcamp, no Fusion/VMware needed. Its a misconception that windows boxes are inherently virus/slowdown prone. dont install anything else onto the computer, limit access, and it will stay clean and fast. Our dell units were $399...
by irfan
Tue Sep 27, 2011 9:35 am
Forum: Main Forum
Topic: Time Card Fraud
Replies: 6
Views: 6378

Re: Time Card Fraud

ahhh now i see. when i tried to uncheck "edit all time cards" i was clicking on someone other than TESTs name and that brought up the security dialog. Did not notice that if i clicked employee "TEST" i could infact clock in and out... i assumed it was giving me that dialog regardless of whos name i ...
by irfan
Tue Sep 27, 2011 7:30 am
Forum: Main Forum
Topic: Time Card Fraud
Replies: 6
Views: 6378

Re: Time Card Fraud

Ive also been wondering how to prevent someone from clocking in/out for someone else. with the "edit all timecards" chosen an employee can clock everyone in and out with their own log in name. I created a test account as a standard user, and that account let me clock in / out for anyone. I want it s...
by irfan
Tue Sep 13, 2011 6:39 am
Forum: Advanced Topics
Topic: Auto-Dialer and SMS Text Reminder
Replies: 52
Views: 107828

Re: Working Auto-Dialer!!

thanks Jay! Simple copy-replace of the gvdial.exe is all that is needed. works now.
by irfan
Fri Sep 09, 2011 9:51 am
Forum: Advanced Topics
Topic: Auto-Dialer and SMS Text Reminder
Replies: 52
Views: 107828

Re: Working Auto-Dialer!!

this was working fine until today... no the gvdial screen blanks out but no dial. doing it enough times im able to read "login failure" on the gvdial cmd before it closes out. anyone else have those issues? username/password are still correct... i can log in to google just fine and the settings are ...
by irfan
Tue Jun 28, 2011 6:54 am
Forum: Main Forum
Topic: double click auto notes?
Replies: 1
Views: 2631

double click auto notes?

In auto notes, when I click a selection from the left and begin the prompts i always have to either highlight or check mark and the click NEXT or skip, is there a setting im missing that would just let me double click a line item to work as a NEXT? example would be choosing epi% on a LA, one choice ...
by irfan
Tue Jun 21, 2011 4:30 am
Forum: Main Forum
Topic: extend maximum appointment length
Replies: 2
Views: 3524

extend maximum appointment length

is there a way to extend the maximum appointment date? When we have something going on, like an assitant out for the day, I like to make an appt for a pt named "misc" and put a note on the appt, and set it to extend all day. Currently its limited to 6.5 hours, I need 7 hours. not a big deal at all, ...
by irfan
Wed Jun 08, 2011 9:16 am
Forum: Main Forum
Topic: Sheets Why is there so much talk about it
Replies: 12
Views: 9723

Re: Sheets Why is there so much talk about it

2. It's a feature. Imagine a jpg of a form with a bunch of checkboxes and diagrams on it. The drawing feature makes the form behave much like a paper form without the need to add ANY fields at all on top of the jpg. damnit that didnt occur to me at all when i created multiple sheets with 52 check b...
by irfan
Tue Jun 07, 2011 6:30 am
Forum: Main Forum
Topic: easy way to see appointment changes?
Replies: 0
Views: 3208

easy way to see appointment changes?

is there an easy way to see appointment changes? example: i notice tomorrow afternoon has 3 hours open that were not open a few days ago. I could go to the audit trail but thats difficult to sort thru at times. is there something i can run that will just give me a big list of all the appointment cha...
by irfan
Wed May 18, 2011 12:00 pm
Forum: Main Forum
Topic: Clock in/Out Attendnace Report
Replies: 4
Views: 4485

Re: Clock in/Out Attendnace Report

on that note.. is there a way to prevent the "break" option from showing? I want them to only use lunch and home, since those show up on the timecard and breaks demand me viewing a different tab and manually subtracting hours.
by irfan
Sun May 15, 2011 11:27 am
Forum: Main Forum
Topic: Tablet PC for Open Dental
Replies: 41
Views: 33654

Re: Tablet PC for Open Dental

i like that Dell. Ive been waiting on the Samsung Sliding PC 7 b/c I like the idea of the sliding keyboard vs the dell flip system, but this is cheaper and actually available.
by irfan
Sat May 14, 2011 6:19 am
Forum: Main Forum
Topic: Looking for Paperless system
Replies: 8
Views: 10072

Re: Looking for Paperless system

bootcamp runs windows natively, as in Mac OSX isnt running at all during bootcamp, its as if you are using a 100% windows machine. It wont have any issues at all with OD. I run it through bootcamp when I verify my backups at home, works great... biggest issue for me is that bootcamp is very very fla...
by irfan
Thu May 12, 2011 3:32 am
Forum: Main Forum
Topic: Looking for Paperless system
Replies: 8
Views: 10072

Re: Looking for Paperless system

every other dentist that visits my office gets a no commission sales pitch by me to switch to OpenDental.
by irfan
Thu May 12, 2011 3:27 am
Forum: Main Forum
Topic: Back Up default
Replies: 1
Views: 2593

Re: Back Up default

the "cancel" works as a "no".. so i guess they just need to relabel the button.
by irfan
Tue May 03, 2011 4:31 am
Forum: Main Forum
Topic: could be a nice tablet/laptop
Replies: 7
Views: 7140

Re: could be a nice tablet/laptop

being a gadget freak is getting expensive. this claims it wakes from hibernate in 3 seconds or cold boot in 15. looks a little over double ipad thickness and 2.2 pounds, but i think id much prefer this over a slate. Im sure there will be compatible stylii for signatures.
by irfan
Tue May 03, 2011 4:07 am
Forum: Main Forum
Topic: could be a nice tablet/laptop
Replies: 7
Views: 7140

could be a nice tablet/laptop

http://www.engadget.com/2011/05/02/sams ... on-pre-or/

touch screen windows 7 with a slide out keyboard.... this may have some promise.
by irfan
Sat Apr 30, 2011 5:27 am
Forum: Main Forum
Topic: How do you HIPPA forms with a wireless office?
Replies: 4
Views: 4454

Re: How do you HIPPA forms with a wireless office?

ours isnt automated, but its just a few click to email a form to someone. and when they get into the office my FD mentions to them that we need their signatures on the forms we emailed them, and they sign the topaz at the front desk. we arent paperless though, just chartless.
by irfan
Sat Apr 30, 2011 4:44 am
Forum: Main Forum
Topic: DirectX Hardware compatibility list
Replies: 21
Views: 29100

Re: DirectX Hardware compatibility list

incase anyone is wondering, here is what the differences look like. 1-OpenGL 2-DirectX 3-Perio Chart 1- OpenGL http://i47.photobucket.com/albums/f164/khan95osu/openGL.jpg 2- DirectX http://i47.photobucket.com/albums/f164/khan95osu/directX.jpg 3- PerioChart http://i47.photobucket.com/albums/f164/khan...
by irfan
Thu Apr 28, 2011 4:46 am
Forum: Main Forum
Topic: Direct X tooth charting continues fail despite upgrade.
Replies: 20
Views: 15231

Re: Direct X tooth charting continues fail despite upgrade.

oooook im an idiot.


DirectX works on the 8600GTS.

When I was picking DirectX I wasnt manually selecting a format in the list below.

Integrated graphics, my ATi cards, and the 8400GS still dont work.
by irfan
Sat Apr 23, 2011 12:44 pm
Forum: Main Forum
Topic: Direct X tooth charting continues fail despite upgrade.
Replies: 20
Views: 15231

Re: Direct X tooth charting continues fail despite upgrade.

nvidia 8400GS and 8600GTS dont work for me
by irfan
Sat Apr 23, 2011 12:37 pm
Forum: Main Forum
Topic: DirectX Hardware compatibility list
Replies: 21
Views: 29100

Re: DirectX Hardware compatibility list

followed same steps, plenty of reboots too. no luck. im not too worried about it since the current charting looks fine with openGL. i dont even know what the difference looks like. have any screenshots?
by irfan
Sat Apr 23, 2011 12:33 pm
Forum: Main Forum
Topic: Tablet PC for Open Dental
Replies: 41
Views: 33654

Re: Tablet PC for Open Dental

i'll definitely look into this thing. if its easily wipeable and the assistants can use it for charting w/gloves thats a big bonus. Looks like it takes care of the faults w/ the Fujitsu. How long is your realistic battery life, and how long does it take to get up to speed from hibernate? Id want to ...
by irfan
Sat Apr 23, 2011 7:09 am
Forum: Main Forum
Topic: Tablet PC for Open Dental
Replies: 41
Views: 33654

Re: Tablet PC for Open Dental

rick- how fast does that come out of sleep mode/hibernate mode? I have a Fujitsu Stylistic and it works ok, but i never use the thing because its a little too slow and the wireless connectivity is spotty after sleep mode. then again it was only $250. I also really dont like that it ONLY works with t...
by irfan
Sat Apr 23, 2011 5:47 am
Forum: Main Forum
Topic: DirectX Hardware compatibility list
Replies: 21
Views: 29100

Re: DirectX Hardware compatibility list

Bill, is your list a list of working or nonworking cards?
by irfan
Fri Apr 22, 2011 3:28 pm
Forum: Main Forum
Topic: DirectX Hardware compatibility list
Replies: 21
Views: 29100

Re: DirectX Hardware compatibility list

none of mine support DirectX tooth chart, using OpenGL on all.

Nvidia 8400GS
Intel G41 integrated
Nvidia 8600GTS

-Windows 7 on all
by irfan
Fri Apr 22, 2011 3:08 pm
Forum: Main Forum
Topic: Best Provider for eClaims?
Replies: 25
Views: 38581

Re: Best Provider for eClaims?

call them and ask for $30 again
by irfan
Fri Apr 08, 2011 2:57 pm
Forum: Main Forum
Topic: Mobile App
Replies: 13
Views: 12932

Re: Mobile App

im having an issue where it wont sync properly... i click sync (both full and normal) and it will still not update the data on the mobile app... it goes through the progress bar, finishes, but the "last synced" doesnt change
by irfan
Wed Mar 30, 2011 4:32 pm
Forum: Main Forum
Topic: OD and ipad
Replies: 12
Views: 10769

Re: OD and ipad

agreed... we use a fujitsu stylistic and that works well for signatures... we only use it for that tho, no data entry. the tablet is too annoying for data entry.
by irfan
Wed Mar 30, 2011 4:30 pm
Forum: Main Forum
Topic: searching for patient by thier wireless Number/Mobile
Replies: 4
Views: 4859

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.
by irfan
Wed Mar 30, 2011 10:28 am
Forum: Advanced Topics
Topic: Auto-Dialer and SMS Text Reminder
Replies: 52
Views: 107828

Re: Working Auto-Dialer!!

yes home phone works if i replace [wirelessphone] with [hmphone] ... but [wkphone] wont dial
by irfan
Tue Mar 29, 2011 1:07 pm
Forum: Main Forum
Topic: Keeping patient credit cards on file
Replies: 10
Views: 17816

Re: Keeping patient credit cards on file

sounds like thats what the xcharge system is being set up to do. we can also do this with PayConnect (merchant services portion of Claims Connect, dentalxchange.com)... we can log in, see previous batches... only the last 4 numbers are show on a CC#, and we can send a recurring payment that way, or ...
by irfan
Mon Mar 28, 2011 4:17 pm
Forum: Main Forum
Topic: Server Specification
Replies: 6
Views: 6895

Re: Server Specification

open dental doesnt seem to tax a server much since each client computer runs its own software, and just accesses the database. your imaging could be different. we use a Dell T310 poweredge, it hasnt had any issues. loaded with a raid card, redundant HDDs, xeon processor, it came to $950.. not mch mo...
by irfan
Mon Mar 28, 2011 4:12 pm
Forum: Main Forum
Topic: Keeping patient credit cards on file
Replies: 10
Views: 17816

Re: Keeping patient credit cards on file

id imagine youd need an encrypted system for that, something that doesnt reveal the card number to a user but can still process it
by irfan
Mon Mar 28, 2011 11:49 am
Forum: Main Forum
Topic: OD and ipad
Replies: 12
Views: 10769

Re: OD and ipad

I dont have it, but I would put my money on the Pogo for iPad working on the ipad.

amazon reviews are generally positive, with the lower reviews seeming to be about petty things.

http://www.amazon.com/Ten-One-Design-Sk ... roduct_top
by irfan
Mon Mar 28, 2011 10:29 am
Forum: Main Forum
Topic: OD and ipad
Replies: 12
Views: 10769

Re: OD and ipad

Be very aware to not waste your money buying stylus pens for the iphone/ipad. Reason: they are capacitive touch screens, must use a finger for electric conductance, and special capacitive styluses are rare! http://en.wikipedia.org/wiki/Touchscreen If you do go out and buy some styluses that actuall...
by irfan
Thu Mar 24, 2011 11:00 am
Forum: Main Forum
Topic: Audit trail to check on employee?
Replies: 2
Views: 3834

Re: Audit trail to check on employee?

2 screens are a life saver. my front desk is not computer savvy, she dreaded 2 screens... i hooked it up anyways and in 5 seconds she was in love with it. windows 7 makes it so simple.
by irfan
Tue Mar 15, 2011 6:05 am
Forum: Main Forum
Topic: quick way to add fee schedule prices?
Replies: 3
Views: 4004

Re: quick way to add fee schedule prices?

wow that was simple. thanks.
by irfan
Tue Mar 15, 2011 2:10 am
Forum: Main Forum
Topic: quick way to add fee schedule prices?
Replies: 3
Views: 4004

quick way to add fee schedule prices?

Im trying to set up a 20% discount fee schedule... so far ive been having to select the new few schedule, compare it to the standard schedule side by side, and manually calculate 20% for each fee. is there a way to export the standard schedule as an excel file so i can just run a 20% calculation, an...
by irfan
Mon Mar 14, 2011 12:51 pm
Forum: Main Forum
Topic: emailing from within OD
Replies: 8
Views: 7835

Re: emailing from within OD

I did do that.. but I will change my gmail names to have a capital letter and try that out

edit: created a new user "PolarisDentalCare@polarisdentalcare.com" With first name Polaris last name Dental Care... inbox name shows as "polarisdentalcare". not good, but acceptable.
by irfan
Sun Mar 13, 2011 10:36 am
Forum: Main Forum
Topic: emailing from within OD
Replies: 8
Views: 7835

Re: emailing from within OD

Ya thats how we have it now... but it would show up as "drirfankhan" ... still looks pretty unprofessional... it wont even shwo the "@gmail" or "@polarisdentalcare.com" (my polarisdentalcare.com is thru gmail apps)
by irfan
Fri Mar 11, 2011 7:23 am
Forum: Main Forum
Topic: emailing from within OD
Replies: 8
Views: 7835

Re: emailing from within OD

Ive set the senders email address... but in the inboxes where it would normally show a first/last name like "Irfan Khan" it doesnt, just the first part of the email address. In email clients like outlook, etc, you set what you want your name to displayed as, i dont see that option.
by irfan
Thu Mar 10, 2011 10:42 am
Forum: Main Forum
Topic: Mobile App
Replies: 13
Views: 12932

Re: Mobile App

damnit just upgraded the computers to 7.8.3 hoping to use the mobile version! didnt realize it wasnt running yet
by irfan
Thu Mar 10, 2011 7:32 am
Forum: Main Forum
Topic: emailing from within OD
Replies: 8
Views: 7835

Re: emailing from within OD

when you send an email, what does the senders name show up as in the recipients mailbox?
by irfan
Wed Mar 09, 2011 12:14 pm
Forum: Main Forum
Topic: emails not showing full name of sender?
Replies: 0
Views: 2721

emails not showing full name of sender?

I just noticed this... when my front desk sends an email it just shows up in the inbox as the first portion of the email address, eg if the smtp email address we set up for outgoing was "irfan@polarisdentalcare.com" and my gmail settings are set to show my full name Irfan Khan, then the recipients i...
by irfan
Mon Mar 07, 2011 11:00 am
Forum: Main Forum
Topic: anybody try out version 7.8?
Replies: 3
Views: 3927

Re: anybody try out version 7.8?

looks good. the phone numbers would be a big help for when i forgot to make calls from the office. wish there was a bit more functionality though, like creating new appointments. my front desk would love that. looks like this is mainly to be used as an appointment viewer?
by irfan
Mon Mar 07, 2011 10:10 am
Forum: Main Forum
Topic: anybody try out version 7.8?
Replies: 3
Views: 3927

anybody try out version 7.8?

im interested in the web based mobile version... anyone try this out yet?
by irfan
Thu Feb 24, 2011 1:37 pm
Forum: Main Forum
Topic: creating a sheet that i can fill in
Replies: 2
Views: 3220

Re: creating a sheet that i can fill in

didnt realize i was able to type directly into the static text boxes. Tested it out, that should do the trick. Thanks
by irfan
Wed Feb 23, 2011 11:39 am
Forum: Main Forum
Topic: creating a sheet that i can fill in
Replies: 2
Views: 3220

creating a sheet that i can fill in

Im creating a refusal of Tx sheet and cant figure out how to make a field that I can edit during the appointment.. to fill in the specifics that the pt is refusing. Id like to be able to pull up the sheet with certain info already in there (static text), but before having the pt sign it i want to be...
by irfan
Mon Feb 21, 2011 6:06 am
Forum: Main Forum
Topic: Posterior compostite estimates wrong
Replies: 15
Views: 14704

Re: Posterior compostite estimates wrong

gotcha... seems like i have to go through and hit "dont substitute" for a lot of plans... would be easier if i could force it to substitute instead of the force it to NOT substitute... with the current setup forgetting to check that would mean the patient owes more money, id rather the patient pay t...
by irfan
Sun Feb 20, 2011 8:01 pm
Forum: Main Forum
Topic: The signature box at the end of a clinical note
Replies: 14
Views: 12114

Re: The signature box at the end of a clinical note

oh yes the prompts are great, especially the multiprompts.. you can set it up so they go in the order of the appointment and make it pretty idiot proof for your assistants. takes a dozen clicks or so, bu no typing needed on their part, and you can make sure they never miss a step.
by irfan
Sat Feb 19, 2011 2:15 pm
Forum: Main Forum
Topic: Posterior compostite estimates wrong
Replies: 15
Views: 14704

Re: Posterior compostite estimates wrong

I try to change the substitution codes (under "list"-"procedure codes"- then double click a code to bring up its details)...

but this seems to change is across the board for all plans, not just certain ones.
by irfan
Sat Feb 19, 2011 6:36 am
Forum: Main Forum
Topic: Change Log
Replies: 8
Views: 7754

Re: Change Log

it was $70 cheaper per machine (7) and I didnt think id need the extra Pro features... guessed wrong. but the $90 upgrade, if i do it, is only a $140 mistake for the whole office
by irfan
Fri Feb 18, 2011 6:29 pm
Forum: Main Forum
Topic: Change Log
Replies: 8
Views: 7754

Re: Change Log

They don't log in with admin rights, was having issues with updating and I didn't want to give admin rights...haven't tried in a while though so maybe it isn't an issue
by irfan
Thu Feb 17, 2011 5:39 am
Forum: Main Forum
Topic: Posterior compostite estimates wrong
Replies: 15
Views: 14704

Re: Posterior compostite estimates wrong

Question- how do you set it up so you can have an alternate code in the first placE? metlife downgrades 2391,2,3 etc to amalgam fees, and i can charge the remaining contracted amount to patient. How is that setup? I edited the "allowable" fees for metlife but apparently that doesn't change anything ...
by irfan
Thu Feb 17, 2011 5:34 am
Forum: Main Forum
Topic: Tablet Use
Replies: 12
Views: 11363

Re: Tablet Use

same problems with my fujitsu.. which i think has the same resolution as yours (1024*768). Its been a good tablet jsut cant use it in portrait (its ideal) mode.
by irfan
Thu Feb 17, 2011 5:33 am
Forum: Main Forum
Topic: The signature box at the end of a clinical note
Replies: 14
Views: 12114

Re: The signature box at the end of a clinical note

if you are just clicking then you cant verify that you actually signed it yourself... you could add an autonote to click for your initials to go in the note automatically, but i would think that you would want your own unique signature so no one forges your name.
by irfan
Tue Feb 15, 2011 10:14 am
Forum: Main Forum
Topic: Tablet Use
Replies: 12
Views: 11363

Re: Tablet Use

Ive looked ay the motion ones, new is too pricey.

TheI hdd is too small you can upgrade as needed on your own. Or carry another with you. Or preload o images the night before unless your see walkins
by irfan
Mon Feb 14, 2011 7:39 pm
Forum: Main Forum
Topic: no daily production showing at all
Replies: 2
Views: 3279

Re: no daily production showing at all

thanks for the reply. i'll let my receptionist know that asap so she doesnt freak out
by irfan
Mon Feb 14, 2011 7:38 pm
Forum: Main Forum
Topic: Change Log
Replies: 8
Views: 7754

Re: Change Log

ive been using logmein to log into the server from home... havent tried it in a LAN environment though, hope its way faster than WAN though. Ive heard it just needs the internet for a connection to be made then its all done directly, if thats the case it could be good to use.
by irfan
Mon Feb 14, 2011 4:46 pm
Forum: Main Forum
Topic: pay connect?
Replies: 8
Views: 7465

Re: pay connect?

there is a working bridge now? We've been using the webportal, signed on initially b/c we were told a bridge was available, then after we signed on they said it would be available the next week... that was in october.
by irfan
Mon Feb 14, 2011 4:44 pm
Forum: Main Forum
Topic: no daily production showing at all
Replies: 2
Views: 3279

no daily production showing at all

just updated OD tonite to the latest stable build... no production numbers are shown at all now in the daily production box in the appt view?
by irfan
Mon Feb 14, 2011 4:35 pm
Forum: Main Forum
Topic: Change Log
Replies: 8
Views: 7754

Re: Change Log

thanks for the link.

I didnt realize that remote desktop was disabled in windows 7 home premium, which i have. might have to fork over the $80 to upgrade to pro
by irfan
Mon Feb 14, 2011 3:54 pm
Forum: Main Forum
Topic: Tablet Use
Replies: 12
Views: 11363

Re: Tablet Use

I got the Fujitsu Stylistic, and its been ok.. but i cant use it effectively in portrait mode with kind of sucks since the right hand of all the forms and sheets have wasted space meaning the pts have to scroll a lot, which is awkward with a pen. Im going to resort to having laminated paper copies o...
by irfan
Mon Feb 14, 2011 3:49 pm
Forum: Main Forum
Topic: Change Log
Replies: 8
Views: 7754

Change Log

Ive searched the main page and the forums, maybe im missing something... but is there a change log for the updates? I ask because although every 2-3 weeks i'll run through and update all the computers, but if the change is major or minor my update schedule can change. Its a pain to walk to 8 differe...
by irfan
Fri Feb 04, 2011 12:44 pm
Forum: Advanced Topics
Topic: Auto-Dialer and SMS Text Reminder
Replies: 52
Views: 107828

Re: Working Auto-Dialer!!

is there any work around to getting it to show your office # instead of GV #? I dont know if its even legal though but it is infact using your office phone to make a call isnt it? so really that shouldnt be spoofing.
by irfan
Mon Jan 10, 2011 7:56 pm
Forum: Main Forum
Topic: Real production numbers rolled back?
Replies: 16
Views: 12646

Re: Real production numbers rolled back?

we've been having the same issue.. the net on the right is not any number we can calculate, its certainly not the correct production after writeoffs.
by irfan
Sun Jan 09, 2011 7:36 am
Forum: Main Forum
Topic: Deleted Appts showing in Daily Production report?
Replies: 2
Views: 3195

Re: Deleted Appts showing in Daily Production report?

that took care of it, thanks.
by irfan
Sun Jan 09, 2011 7:33 am
Forum: Main Forum
Topic: which version of windows7 to use....
Replies: 19
Views: 15065

Re: which version of windows7 to use....

biggest noticeable difference is that 64bit can support boat loads more RAM than a 32bit system thats limited to 4GB installed (3.2GB useable). It also provides more security but you wont notice a difference in that other than its sometimes more annoying finding drivers that work. For a workstation ...
by irfan
Wed Jan 05, 2011 1:57 pm
Forum: Main Forum
Topic: Waitng Room Alert
Replies: 1
Views: 2799

Re: Waitng Room Alert

automatic would be nice, but the front desk could just glance at the waiting room list and see hows been there over 15min, and then send a new alert to staff