Search found 10 matches

by cthulu
Mon Mar 01, 2021 7:08 am
Forum: Developers
Topic: sudden server error
Replies: 1
Views: 6377

sudden server error

Is the API no longer up? I had a very stable python script which used the api and econnector and today it got a server error when it queried the API. Is the API down?
by cthulu
Sun Feb 21, 2021 10:22 am
Forum: Developers
Topic: New API
Replies: 10
Views: 14326

Re: New API

I tried using it with my existing API token and my query string was the same as a few of the examples in the documentation, but it did not work. Do I need a new API token for it to work, or should the one I already have be ok?
by cthulu
Mon Feb 15, 2021 8:50 am
Forum: Main Forum
Topic: Fonts are too large/ graphics messed up
Replies: 3
Views: 8373

Fonts are too large/ graphics messed up

I have run OD successfully through a virtual machine of Windows 10 on a Mac until now. Once I upgraded to 20.4.5, the text in all the buttons is humongous and unreadable and the graphics are tiny. Any help here would be appreciated. It runs completely normally on all other Windows machines in the of...
by cthulu
Fri Jan 08, 2021 10:44 am
Forum: Main Forum
Topic: Radiographs and Intraoral Cameras
Replies: 56
Views: 112783

Re: Radiographs and Intraoral Cameras

I just wonder when better scanner support will be offered. I can use the bed to scan documents, but not the feeder. It's a weird bug. For reference I use an HP combo scanner/color laser.
by cthulu
Fri Jan 08, 2021 9:05 am
Forum: Developers
Topic: finding a pt name with the API
Replies: 5
Views: 8458

Re: finding a pt name with the API

So basically, I can do the same thing by running a direct SQL select statement and parsing through those results?
by cthulu
Tue Jan 05, 2021 9:14 am
Forum: Developers
Topic: finding a pt name with the API
Replies: 5
Views: 8458

Re: finding a pt name with the API

I figured that part out eventually, but now have a different issue. Can I look up a patient by partial match for a birthday. I want to find all patients who have a birthday on November 2 for example. I need to do this without including a year and the API won't let me do it.
by cthulu
Wed Dec 23, 2020 6:01 am
Forum: Developers
Topic: finding a pt name with the API
Replies: 5
Views: 8458

finding a pt name with the API

I try this curl string to look up a name and it won't accept spaces. The percent code isn't working so I was wondering about a workaround. Getting a partial match here isn't an option and I need to just get only that patient's record. curl --location --request GET 'https://api.opendental.com/fhir/v2...
by cthulu
Fri Dec 11, 2020 11:49 am
Forum: Developers
Topic: Creating an Appointment through API call
Replies: 6
Views: 9217

Re: Creating an Appointment through API call

I looked and saw no provider scheduled. The minute I did that, it worked perfectly. Thank you
by cthulu
Fri Dec 11, 2020 6:50 am
Forum: Main Forum
Topic: Mass scheduling a provider
Replies: 1
Views: 2521

Mass scheduling a provider

How would I be able to schedule a provider for an operatory across multiple days without having the click through each one individually? It seems there is no obvious way to do so when I go into setup->schedule. Any help here would be appreciated.
by cthulu
Tue Nov 24, 2020 6:15 pm
Forum: Developers
Topic: Creating an Appointment through API call
Replies: 6
Views: 9217

Re: Creating an Appointment through API call

I am having the exact same issue actually right now. I even assigned the provider to the operatory in question and it still returns an empty set. What am I doing wrong? Here is my code that I am using: curl --location --request GET 'https://api.opendental.com/fhir/v2/slot?schedule=20201020L1' --head...